[#nlohmann-ordered_map-operator_assign-0c] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::operator= :relfileprefix: ../../ :mrdocs: Move assignment operator == Synopsis Declared in `<nlohmann/ordered_map.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/ordered_map.adoc[ordered_map]& operator=(xref:nlohmann/ordered_map.adoc[ordered_map]&& other) noexcept(std::is_nothrow_move_assignable<Container>::value); ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== |Name|Description | *other* | The object to move assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#