assign overloads
Synopses
Declared in <bdljsn_json.h>
Assign to this array from the specified elements.
Assign to this array the values in the range [first, last)].
Return Value
-
reference to
*this -
non‐`const` reference to this array
Parameters
Name |
Description |
elements |
initializer‐list of element values |
first |
beginning of the source range |
last |
end of the source range |
Created with MrDocs