std::scoped_allocator_adaptor::outer_allocator
De cppreference.com
< cpp | memory | scoped allocator adaptor
![]() |
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. |
Déclaré dans l'en-tête <scoped_allocator>
|
||
outer_allocator_type& outer_allocator() |
(1) | (depuis C++11) |
const outer_allocator_type& outer_allocator() const |
(2) | (depuis C++11) |
Obtient une référence à l'allocateur externe utilisé pour déclarer cette classe .
1) Original:
Obtains a reference to the outer allocator used to declare this class.
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.
static_cast<OuterAlloc&>(*this) rendements
2) Original:
returns static_cast<OuterAlloc&>(*this)
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.
static_cast<const OuterAlloc&>(*this) rendements
Original:
returns static_cast<const OuterAlloc&>(*this)
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.
Sommaire |
[modifier] Paramètres
(Aucun)
Original:
(none)
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] Retourne la valeur
Une référence à
OuterAlloc
Original:
A reference to
OuterAlloc
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] Exceptions
1-2)[modifier] Voir aussi
obtient une référence inner_allocator Original: obtains an inner_allocator referenceThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) |