BloombergLP::bdljsn::JsonArray::pushBack

Move-append the specified number to this array.

Synopsis

Declared in <bdljsn_json.h>

JsonArray&
pushBack(bslmf::MovableRef<JsonNumber> number);

Description

Append to the end of this JsonArray the specified move-insertable number and return a non-const reference to this array. number is left in a valid but unspecified state. 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
numbervalue to append