NebulaGraph CPP Client  release-3.4
Map Struct Reference

Public Member Functions

 Map (const Map &)=default
 
 Map (Map &&) noexcept=default
 
 Map (std::unordered_map< std::string, Value > values)
 
Mapoperator= (const Map &rhs)
 
Mapoperator= (Map &&rhs) noexcept
 
void clear ()
 
void __clear ()
 
std::string toString () const
 
bool operator== (const Map &rhs) const
 
bool contains (const Value &value) const
 
const Valueat (const std::string &key) const
 
size_t size () const
 

Public Attributes

std::unordered_map< std::string, Valuekvs
 

Detailed Description

Definition at line 14 of file Map.h.


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