◐ Shell
clean mode source ↗

std::map::value_compare – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

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

Mitglied Typen

Type

Original:

Type

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

Definition
result_type bool
first_argument_type value_type
second_argument_type value_type

Protected member objects

Name

Original:

Name

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

Type
comp Compare

Member-Funktionen

baut eine neue value_compare Objekt

Original:

constructs a new value_compare object

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


(geschützt Member-Funktion) [edit]

vergleicht zwei Werte vom Typ value_type

Original:

compares two values 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]