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