◐ Shell
clean mode source ↗

std::map::key_comp - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

key_compare key_comp() const;

Returns the function that compares the keys

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

a função de comparação chave.

Original:

the key comparison function.

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.

Veja também

retorna a função que compara chaves em objetos de value_type tipo

Original:

returns the function that compares keys in objects of type value_type

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


(função pública membro) [edit]