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