nlohmann::ordered_map::ordered_map

Construct from Allocator

Synopsis

Declared in <nlohmann/ordered_map.hpp>

explicit
ordered_map(Allocator const& alloc) noexcept(noexcept(Container(alloc)));

Parameters

NameDescription
allocThe object to copy construct from