[#nlohmann-ordered_map-operator_assign-05] = 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-0c.adoc[operator=](xref:nlohmann/ordered_map.adoc[ordered_map] const& other); ---- [.small]#xref:nlohmann/ordered_map/operator_assign-0c.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-02.adoc[operator=](xref:nlohmann/ordered_map.adoc[ordered_map]&& other) noexcept(/* see-below */); ---- [.small]#xref:nlohmann/ordered_map/operator_assign-02.adoc[_» more..._]# == Return Value reference to this ordered_map == Parameters [cols="1,4"] |=== | Name| Description | *other* [in] | ordered_map to copy from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#