[#nlohmann-ordered_map-operator_assign-0f] = 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 the current object == Parameters [cols="1,4"] |=== |Name|Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#