WhisperCom/libs/json/doc/mkdocs/docs/api/ordered_map.md

8 lines
229 B
Markdown
Raw Normal View History

# ordered_map
```cpp
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>;
```