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

Name

Description

other

The object to move construct from

Created with MrDocs