Assign to this object the value of the specified rhs.

Synopsis

Declared in <bdljsn_json.h>

JsonArray&
operator=(JsonArray const& rhs);

Description

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.

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

source array

Created with MrDocs