Move assignment operator
Declared in <nlohmann/ordered_map.hpp>
ordered_map&
operator=(ordered_map&& other) noexcept(std::is_nothrow_move_assignable<Container>::value);
Reference to the current object
| Name | Description |
|---|---|
| other | The object to move assign from |