扩展阅读
当前位置: 编程语言>c/c++
C++ Vectors 成员 get_allocator():返回vector的内存分配器
发布时间:2014-1-19
本文导语: C++ Vectors 成员 get_allocator():返回vector的内存分配器
get_allocator 函数
语法:
allocator_type get_allocator();
get_allocator() 函数返回当前vector的内存分配器.