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

Go to the source code of this file.

Typedefs

template<typename T , typename Alloc = stl_allocator<T>>
using xlist = std::list<T, Alloc>
 

Typedef Documentation

◆ xlist

template<typename T , typename Alloc = stl_allocator<T>>
using xlist = std::list<T, Alloc>