扩展阅读
当前位置: 编程语言>c/c++
C++ Double Ended Queues 成员 get_allocator():returns the dequeue's allocator
发布时间:2014-1-19
本文导语: C++ Double Ended Queues 成员 get_allocator():returns the dequeue's allocator
get_allocator
syntax:
allocator_type get_allocator();
the get_allocator() function returns the double-ended queue's allocator.