NebulaGraph CPP Client  release-3.4
KeyValue Struct Reference

Public Member Functions

 KeyValue (KeyValue &&rhs) noexcept
 
 KeyValue (const KeyValue &rhs)
 
 KeyValue (std::pair< std::string, std::string > kv)
 
void clear ()
 
void __clear ()
 
bool operator== (const KeyValue &rhs) const
 
bool operator< (const KeyValue &rhs) const
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Definition at line 10 of file KeyValue.h.


The documentation for this struct was generated from the following file: