nlohmann::ordered_map::ordered_map

Move constructor

Synopsis

Declared in <nlohmann/ordered_map.hpp>

ordered_map(ordered_map&& other) noexcept(/* see-below */) = default;

Exception specification

This function is potentially-throwing unless std::is_nothrow_move_constructible<Container>::value.

Parameters

NameDescription
otherThe object to move construct from