DelegateMQ
Loading...
Searching...
No Matches
xset.h File Reference
#include "stl_allocator.h"
#include <set>

Go to the source code of this file.

Typedefs

template<typename Key , typename Compare = std::less<Key>, typename Alloc = stl_allocator<Key>>
using xset = std::set<Key, Compare, Alloc>
 
template<typename Key , typename Compare = std::less<Key>, typename Alloc = stl_allocator<Key>>
using xmultiset = std::multiset<Key, Compare, Alloc>
 

Typedef Documentation

◆ xmultiset

template<typename Key , typename Compare = std::less<Key>, typename Alloc = stl_allocator<Key>>
using xmultiset = std::multiset<Key, Compare, Alloc>

◆ xset

template<typename Key , typename Compare = std::less<Key>, typename Alloc = stl_allocator<Key>>
using xset = std::set<Key, Compare, Alloc>