class template
<queue>
std::uses_allocator<queue>
template <class T, class Container, class Alloc> struct uses_allocator<queue<T,Container>,Alloc>;
Uses allocator for queue
It is equivalent to the uses_allocator instantiation for its underlying container.
It is defined in <queue> as:
|
|
See also
- uses_allocator
- Uses allocator (class template)
- queue::queue
- Construct queue (public member function)