|
NebulaGraph CPP Client
release-3.8
|
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 |
Definition at line 10 of file KeyValue.h.