[#nlohmann-ordered_map-2constructor-06] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::ordered_map :relfileprefix: ../../ :mrdocs: Copy constructor == Synopsis Declared in `<nlohmann/ordered_map.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ordered_map(xref:nlohmann/ordered_map.adoc[ordered_map] const& other) = default; ---- == Parameters [cols="1,4"] |=== |Name|Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#