std::map::value_comp
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> std::map::value_compare value_comp() const; |
||
Returns the function object that compares objects of type std::map::value_type (key-value pairs) by comparing of the first components of the pairs.
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.
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.
You can help to correct and verify the translation. Click here for instructions.
