Defined in header
<memory> | ||
---|---|---|
struct allocator_arg_t {}; | (since C++11) |
std::allocator_arg_t
is an empty class type used to disambiguate the overloads of constructors and member functions of allocator-aware objects, including std::tuple
, std::function
, std::promise
, and std::packaged_task
.
(C++11)
| an object of type std::allocator_arg_t used to select allocator-aware constructors (constant) |
(C++11)
| checks if the specified type supports uses-allocator construction (class template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/memory/allocator_arg_t