目录

allocator_arg

描述 (Description)

它用作某些类的构造函数的第一个参数,以指定下一个参数是分配器对象。

声明 (Declaration)

以下是std :: allocator函数的声明。

constexpr allocator_arg_t allocator_arg = allocator_arg_t();

C++11

constexpr allocator_arg_t allocator_arg = allocator_arg_t();
↑回到顶部↑
WIKI教程 @2018