Struct KeyValuePair¶ Defined in File schemas.hpp Struct Documentation¶ struct KeyValuePair¶ A key with its associated value. Public Members std::string key¶ Key. std::string value¶ Value.