◐ Shell
clean mode source ↗

std::unordered_map::get_allocator – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

allocator_type get_allocator() const;

(seit C++11)

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.