Namensräume
Varianten

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

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>
allocator_type get_allocator() const;
(Kein Container - C + 11 Funktion)
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.
Liefert die Zuweisungseinrichtung mit dem Behälter verbunden .
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.

Parameter

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

Rückgabewert

Der Zuordner assoziiert .
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.

Komplexität

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.