std::allocator_arg
Материал из 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. |
| Заголовочный файл <memory>
|
||
| constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t(); |
(начиная с C++11) | |
std::allocator_arg является константой типа std::allocator_arg_t используется для устранения неоднозначности, на месте вызова, перегруженные конструкторы и функции-члены распределитель-зависимые объекты, такие как std::tuple, std::function, std::promise, и 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.
[править] См. также
| (C++11) |
тег типа используются для выбора распределитель-Aware перегрузок конструктора 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. (класс) |
| (C++11) |
проверяет, является ли указанный тип поддерживает использование-распределитель строительства 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. (шаблон класса) |