◐ Shell
clean mode source ↗

std::unordered_map::key_eq - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

key_equal key_eq() const;

(desde C++11)

Retorna a função que compara chaves para a igualdade.

Original:

Returns the function that compares keys for equality.

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

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

retorno da função de hash usado para as chaves

Original:

returns function used to hash the keys

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]