Assignment operators
Synopses
Declared in <bdljsn_json.h>
Assign to this object the value of the specified rhs.
JsonArray&
operator=(JsonArray const& rhs);
Assign to this object by moving from the specified rhs.
Assign to this array from the specified elements.
JsonArray&
operator=(std::initializer_list<Json_Initializer> elements);
Return Value
a reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
source array |
elements |
initializer‐list of element values |
Created with MrDocs