◐ Shell
clean mode source ↗

std::set::value_comp – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

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

Returns the function object that compares the values. It is the same as key_comp.

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]