std::multimap::value_compare
De cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
class value_compare; |
||
std::multimap::value_compare
is a function object that compares objects of type std::multimap::value_type
(key-value pairs) by comparing of the first components of the pairs.
[modifier] Types de membres
Type d'
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
|
[modifier] Protected member objects
Nom
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
|
[modifier] Fonctions membres
construit un objet value_compare nouvelle 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. (fonction membre protégée) | |
compare deux valeurs de value_type typeOriginal: 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. (fonction membre publique) |