◐ Shell
clean mode source ↗

std::map::key_comp – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

key_compare key_comp() const;

Returns the function that compares the keys

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 Schlüssel Vergleichsfunktion .

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.

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.

Siehe auch

gibt die Funktion, die Schlüssel vergleicht Objekte vom Typ value_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.


(öffentliche Elementfunktion) [edit]