inserts elements from initializer list into array

Synopsis

Declared in <nlohmann/json.hpp>

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