std::allocator_arg

std::allocator_arg

Defined in header <memory>
constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t();
(since C++11)
(until C++17)
inline constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t();
(since C++17)

std::allocator_arg is a constant of type std::allocator_arg_t used to disambiguate, at call site, the overloads of the constructors and member functions of allocator-aware objects, such as std::tuple, std::function, std::promise, and std::packaged_task.

See also

(C++11)
tag type used to select allocator-aware constructor overloads
(class)
(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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部