Move constructor

Synopsis

Declared in <nlohmann/ordered_map.hpp>

ordered_map(ordered_map&& other) noexcept(std::is_nothrow_move_constructible<Container>::value) = default;

Parameters

Name Description

other

The object to move construct from

Created with MrDocs