◐ Shell
clean mode source ↗

std::vector::get_allocator — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

allocator_type get_allocator() const;

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.