[#nlohmann-ordered_map-2constructor-0c] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::ordered_map :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<nlohmann/ordered_map.hpp>` Default constructor [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/ordered_map/2constructor-08.adoc[ordered_map]() noexcept(noexcept(Container())); ---- [.small]#xref:nlohmann/ordered_map/2constructor-08.adoc[_» more..._]# Construct from `Allocator` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:nlohmann/ordered_map/2constructor-03.adoc[ordered_map](Allocator const& alloc) noexcept(noexcept(Container(alloc))); ---- [.small]#xref:nlohmann/ordered_map/2constructor-03.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/ordered_map/2constructor-0f.adoc[ordered_map]( std::initializer_list<value_type> init, Allocator const& alloc = Allocator()); ---- [.small]#xref:nlohmann/ordered_map/2constructor-0f.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class It> xref:nlohmann/ordered_map/2constructor-0d.adoc[ordered_map]( It first, It last, Allocator const& alloc = Allocator()); ---- [.small]#xref:nlohmann/ordered_map/2constructor-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#