std::queue
<queue>
template< class T, class Container, class Alloc > struct uses_allocator<std::queue<T, Container>, Alloc> : std::uses_allocator<Container, Alloc>::type {};
为