Move-append the specified array to this array.
Append to the end of this JsonArray the specified move-insertable array and return a non-const reference to this array. array is left in a valid but unspecified state. If an exception is thrown, *this is unaffected. Throw bsl::length_error if size() == maxSize().
non-const reference to this array
| Name | Description |
|---|---|
| array | value to append |