std::allocator_arg
Aus 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. |
definiert in Header <memory> | ||
constexprstd::allocator_arg_t allocator_arg =std::allocator_arg_t(); | (seit C++11) | |
std::allocator_arg
ist eine Konstante vom Typ std::allocator_arg_t verwendet werden, um Mehrdeutigkeiten bei Call-site, die Überlastungen der Konstruktoren und Elementfunktionen Allocator-aware Objekte, wie std::tuple, std::function, std::promise und 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.
[Bearbeiten]Siehe auch
(C++11) | Type zur Auswahl der Konstruktorüberladungen mit Allokatorunterstützung (Klasse) |
(C++11) | prüft, ob der angegebene Typ allokatorgestützte Erzeugung unterstützt. (Klassen-Template) |