对象
<memory>

std::allocator_arg

constexpr allocator_arg_t allocator_arg = allocator_arg_t();
allocator arg
用作某些类的构造函数的第一个参数,以指定下一个参数是 allocator 对象。

该值是一个编译时常量,不携带任何状态,仅用于区分构造函数签名。

allocator_arg_t 是一个空类。