Construct from Allocator
Synopsis
Declared in <nlohmann/ordered_map.hpp>
explicit
ordered_map(Allocator const& alloc) noexcept(noexcept(Container(alloc)));
Parameters
| Name | Description |
|---|---|
alloc |
The object to copy construct from |
Created with MrDocs