std::multimap::value_compare
Da cppreference.com.
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
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.
[modifica] Membri tipi
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
|
[modifica] 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
|
[modifica] Membri funzioni
costruisce un nuovo oggetto value_compare 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. (protetto funzione membro) | |
confronta due valori di 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. (metodo pubblico) |