Assign to this object the value of the specified rhs object, and return a reference providing modifiable access to this object. If an exception is thrown, *this is left in a valid but unspecified state.

Synopsis

Declared in <bdljsn_json.h>

JsonArray&
operator=(JsonArray const& rhs);

Created with MrDocs