NebulaGraph CPP Client  release-3.4
List Struct Reference

Public Member Functions

 List (const List &)=default
 
 List (List &&) noexcept=default
 
 List (std::vector< Value > &&vals)
 
 List (const std::vector< Value > &l)
 
bool empty () const
 
void reserve (std::size_t n)
 
template<typename T , typename = typename std::enable_if<std::is_convertible<T, Value>::value>::type>
void emplace_back (T &&v)
 
void clear ()
 
void __clear ()
 
Listoperator= (const List &rhs)
 
Listoperator= (List &&rhs) noexcept
 
bool operator== (const List &rhs) const
 
bool operator< (const List &rhs) const
 
const Valueoperator[] (size_t i) const
 
bool contains (const Value &value) const
 
size_t size () const
 
std::string toString () const
 

Public Attributes

std::vector< Valuevalues
 

Detailed Description

Definition at line 15 of file List.h.


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