Assignment operators
Declared in <nlohmann/ordered_map.hpp>
copy assignment operator
ordered_map&
operator=(ordered_map const& other);
» more...
move assignment operator
ordered_map&
operator=(ordered_map&& other) noexcept(/* see-below */);
» more...
reference to this ordered_map
| Name | Description |
|---|---|
| other [in] | ordered_map to copy from |