C Client-Side SDK
LaunchDarkly SDK
launchdarkly::Array Class Reference

Public Member Functions

 Array (std::initializer_list< Value >)
 
 Array (const Array &)=delete
 
 Array (Array &&)=delete
 
Arrayoperator= (const Array &)=delete
 
Arrayoperator= (Array &&) noexcept=delete
 
Arrayadd (const Value &)
 
Arrayadd (Value &&)
 
Arrayadd (bool)
 
Arrayadd (double)
 
Arrayadd (const char *)
 
Arrayadd (const std::string &)
 
Value build () const
 

Friends

bool operator== (const Array &, const Array &)=delete
 

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