Move constructor
Declared in <nlohmann/ordered_map.hpp>
ordered_map(ordered_map&& other) noexcept(/* see-below */) = default;
This function is potentially-throwing unless std::is_nothrow_move_constructible<Container>::value.
| Name | Description |
|---|---|
| other | The object to move construct from |