std::scoped_allocator_adaptor::outer_allocator
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. |
<metanoindex/>
<tbody> </tbody>| 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 .
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.
1)
static_cast<OuterAlloc&>(*this) rendementsOriginal:
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.
2)
static_cast<const OuterAlloc&>(*this) rendementsOriginal:
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.
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.
Retourne la valeur
Une référence à
OuterAllocOriginal:
A reference to
OuterAllocThe 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.
Exceptions
1-2)
Voir aussi
obtient une référence inner_allocatorOriginal: 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) | |