◐ Shell
clean mode source ↗

std::map::get_allocator - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

allocator_type get_allocator() const;

Retorna o alocador associado com o recipiente.

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.

Parâmetros

(Nenhum)

Original:

(none)

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

Valor de retorno

O alocador associado.

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.

Complexidade

Constante.

Original:

Constant.

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