#include "stl_allocator.h"
#include <map>
Go to the source code of this file.
|
| template<typename Key , typename Value , typename Alloc = stl_allocator<std::pair<const Key, Value>>> |
| using | xmap = std::map<Key, Value, std::less<Key>, Alloc> |
| |
| template<typename Key , typename Value , typename Alloc = stl_allocator<std::pair<const Key, Value>>> |
| using | xmultimap = std::multimap<Key, Value, std::less<Key>, Alloc> |
| |
◆ xmap
template<typename Key , typename Value , typename Alloc = stl_allocator<std::pair<const Key, Value>>>
| using xmap = std::map<Key, Value, std::less<Key>, Alloc> |
◆ xmultimap
template<typename Key , typename Value , typename Alloc = stl_allocator<std::pair<const Key, Value>>>
| using xmultimap = std::multimap<Key, Value, std::less<Key>, Alloc> |