template <class T, class Container, class Alloc> struct uses_allocator<queue<T,Container>,Alloc>;
Uses allocator for queue
This trait specialization of uses_allocator informs whether the queue accepts an allocator convertible from Alloc, by inheriting either from true_type or from false_type/samp>.
It is equivalent to the uses_allocator instantiation for its underlying container.