◐ Shell
clean mode source ↗

std::set::key_comp — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

key_compare key_comp() const;

Returns the function that compares the keys. It is the same as value_comp.

Paramètres

(Aucun)

Original:

(none)

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

Retourne la valeur

la fonction de comparaison touche .

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.

Complexité

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.

Voir aussi

retourne la fonction qui compare les clés dans les objets de value_type type

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.


(fonction membre publique) [edit]