BloombergLP::bdljsn::JsonArray::pushBack

Append a copy of the specified array to this array.

Synopsis

Declared in <bdljsn_json.h>

JsonArray&
pushBack(JsonArray const& array);

Description

Append to the end of this JsonArray a copy of the specified array and return a non-const reference to this array. If an exception is thrown, *this is unaffected. Throw bsl::length_error if size() == maxSize().

Return Value

non-const reference to this array

Parameters

NameDescription
arrayvalue to append