std::multimap::value_compare
Da 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.
[editar] Tipos de membro
Tipo
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
|
[editar] Protected member objects
Nome
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
|
[editar] Funções de membro
constrói um objeto value_compare novo 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. (protegido função de membro) | |
compara dois valores do tipo 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. (função pública membro) |