the underlying container type used to store the key‐value pairs

Synopsis

Declared in <nlohmann/ordered_map.hpp>

using Container = std::vector<std::pair<Key const, T>, Allocator>;

Created with MrDocs