◐ Shell
clean mode source ↗

std::map::value_comp – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

std::map::value_compare value_comp() const;

Returns the function object that compares objects of type std::map::value_type (key-value pairs) by comparing of the first components of the pairs.

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

the value comparison function object.

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

liefert die Funktion, die Schlüssel vergleicht

Original:

returns the function that compares keys

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]