nlohmann::ordered_map::ordered_map

Synopsis

Declared in <nlohmann/ordered_map.hpp>
template<class It>
ordered_map(
    It first,
    It last,
    Allocator const& alloc = Allocator());


Created with MrDocs