[#nlohmann-ordered_map-operator_assign-00] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::operator= :relfileprefix: ../../ :mrdocs: Assignment operators == Synopses Declared in `<nlohmann/ordered_map.hpp>` Copy assignment operator [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/ordered_map.adoc[ordered_map]& xref:nlohmann/ordered_map/operator_assign-0f.adoc[operator=](xref:nlohmann/ordered_map.adoc[ordered_map] const& other); ---- [.small]#xref:nlohmann/ordered_map/operator_assign-0f.adoc[_» more..._]# Move assignment operator [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/ordered_map.adoc[ordered_map]& xref:nlohmann/ordered_map/operator_assign-0c.adoc[operator=](xref:nlohmann/ordered_map.adoc[ordered_map]&& other) noexcept(std::is_nothrow_move_assignable<Container>::value); ---- [.small]#xref:nlohmann/ordered_map/operator_assign-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#