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