std::allocator_arg
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <memory>
|
||
| constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t(); |
(ya que C + +11) | |
std::allocator_arg es una constante de tipo std::allocator_arg_t utilizado para eliminar la ambigüedad, en el sitio llamado, las sobrecargas de los constructores y las funciones miembro de conciencia asignador-objetos, como std::tuple, std::function, std::promise y 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.
[editar] Ver también
| (C++11) |
tipo de variable utilizada para seleccionar conscientes asignador-sobrecargas del constructor Original: tag type used to select allocator-aware constructor overloads The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (clase) |
| (C++11) |
comprueba si el tipo especificado admite usos-asignador de construcción Original: checks if the specified type supports uses-allocator construction The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (clase de plantilla) |