a minimal map‐like container that preserves insertion order
Synopsis
Declared in <nlohmann/ordered_map.hpp>
template<
    class Key,
    class T,
    class IgnoredLess,
    class Allocator>
struct ordered_map
    : std::vector<std::pair<Key const, T>, Allocator>Base Classes
| Name | Description | 
| 
 | 
Types
Member Functions
| Name | Description | 
| 
 | Constructors | 
| Subscript operators | 
Description
ordered_map: a minimal map‐like container that preserves insertion order for use within nlohmann::basic_json<ordered_map>
Created with MrDocs