mirror of
https://github.com/nlohmann/json.git
synced 2024-12-13 04:36:45 +08:00
229 B
229 B
ordered_map
template<class Key, class T, class IgnoredLess = std::less<Key>,
class Allocator = std::allocator<std::pair<const Key, T>>>
struct ordered_map : std::vector<std::pair<const Key, T>, Allocator>;