std::uses_allocator<std::stack>
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. |
template<class T, class Container, class Alloc > struct uses_allocator<stack<T,Container>,Alloc>: | (depuis C++11) | |
Fournit une spécialisation transparent du type de trait pour std::uses_allocatorstd::stack: l'adaptateur conteneur utilise allocateur si et seulement si le conteneur sous-jacent ne .
Original:
Provides a transparent specialization of the std::uses_allocator type trait for std::stack: the container adaptor uses allocator if and only if the underlying container does.
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.
[modifier]Voir aussi
(C++11) | vérifie si le type spécifié prend en charge les utilisations-allocateur de construction 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 générique) |