std::allocator_arg
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <memory>
|
||
constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t(); |
(desde C++11) | |
std::allocator_arg é uma constante do tipo std::allocator_arg_t usado para disambiguate, no local da chamada, as sobrecargas dos construtores e funções de membro do alocador de reconhecimento de objetos, como std::tuple, std::function, std::promise, e std::packaged_task.Original:
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.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
