DelegateMQ
Loading...
Searching...
No Matches
xqueue.h File Reference
#include "stl_allocator.h"
#include <queue>
#include <list>

Go to the source code of this file.

Typedefs

template<typename T , typename Alloc = stl_allocator<T>>
using xqueue = std::queue<T, std::deque<T, Alloc>>
 

Typedef Documentation

◆ xqueue

template<typename T , typename Alloc = stl_allocator<T>>
using xqueue = std::queue<T, std::deque<T, Alloc>>