[#nlohmann-ordered_map-insert-0c] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::insert :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<nlohmann/ordered_map.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename InputIt, typename = xref:nlohmann/ordered_map/require_input_iter.adoc[require_input_iter<InputIt>]> void insert( InputIt first, InputIt last); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#