NebulaGraph CPP Client  release-3.4
Set Struct Reference

Public Member Functions

 Set (const Set &)=default
 
 Set (Set &&) noexcept=default
 
 Set (std::unordered_set< Value > value)
 
void clear ()
 
void __clear ()
 
std::string toString () const
 
Setoperator= (const Set &rhs)
 
Setoperator= (Set &&rhs) noexcept
 
bool operator== (const Set &rhs) const
 
bool contains (const Value &value) const
 
size_t size () const
 

Public Attributes

std::unordered_set< Valuevalues
 

Detailed Description

Definition at line 14 of file Set.h.


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