◐ Shell
clean mode source ↗

std::allocator_arg - cppreference.com

Da cppreference.com.

Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.

La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

Elemento definito nell'header

<memory>

constexpr std::allocator_arg_t allocator_arg = std::allocator_arg_t();

(dal C++11)

std::allocator_arg è una costante di tipo std::allocator_arg_t utilizzato per disambiguare, al sito di chiamata, gli overload dei costruttori e le funzioni membro di allocatore-aware oggetti, come 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.

Vedi anche

tipo di tag utilizzato per selezionare allocatore-aware overload del costruttore

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.


(classe) [modifica]

controlla se il tipo specificato supporta usi-allocatore di costruzione

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.


(classe template) [modifica]