[#nlohmann-ordered_map-operator_assign-0c] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::operator= :relfileprefix: ../../ :mrdocs: copy 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] const& other); ---- == 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]#