[#nlohmann-ordered_map-operator_assign-02] = 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(/* see-below */); ---- == Exception specification This function is potentially-throwing unless `std::is_nothrow_move_assignable<Container>::value`. == Return Value reference to this ordered_map == Parameters [cols="1,4"] |=== | Name| Description | *other* [in] | ordered_map to move from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#