inserts elements from initializer list into array
Declared in <nlohmann/json.hpp>
iterator
insert(
const_iterator pos,
initializer_list_t ilist);
iterator pointing to the first element inserted, or pos if ilist is empty
| Name | Description |
|---|---|
| pos | iterator before which the elements will be inserted |
| ilist | initializer list of elements to insert |