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