template struct gpr::KeyValuePairΒΆ
Structure of a string key and template value.
#include <Structures.h>
template <typename T>
struct KeyValuePair {
// fields
std::string key;
T value;
};
Structure of a string key and template value.
#include <Structures.h>
template <typename T>
struct KeyValuePair {
// fields
std::string key;
T value;
};