Espaces de noms
Variantes

std::{{{1}}}::get_allocator

De cppreference.com

<metanoindex/>

<tbody> </tbody>
allocator_type get_allocator() const;
(Pas de conteneur - C + 11 fonctionnalité)
Original:
(no container - C++11 feature)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Renvoie l'allocateur associé au récipient .
Original:
Returns the allocator associated with the container.
The text has been machine-translated via Google Translate.
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.

Retourne la valeur

L'allocateur associé .
Original:
The associated allocator.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Complexité

Constant .
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.