DelegateMQ
Loading...
Searching...
No Matches
xmap.h File Reference
#include "stl_allocator.h"
#include <map>

Go to the source code of this file.

Typedefs

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>
 

Typedef Documentation

◆ 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>