constructs an empty ordered_map using the given allocator
Declared in <nlohmann/ordered_map.hpp>
explicit
ordered_map(Allocator const& alloc) noexcept(noexcept(Container(alloc)));
| Name | Description |
|---|---|
| alloc [in] | allocator to use for the underlying container |