std::unordered_multimap::count – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
||
Gibt die Anzahl der Elemente mit den wichtigsten key .
Original:
Returns the number of elements with key key.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| key | - | Schlüsselwert der Elemente zu zählen Original: key value of the elements to count The text has been machine-translated via Google Translate. |
Rückgabewert
Anzahl der Elemente mit den wichtigsten key
Original:
Number of elements with key key
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Komplexität
Amortized constant on average, worst case linear in the size of the container.
Siehe auch
findet Element mit bestimmten Schlüssel Original: finds element with specific key The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |
Bandbreite der Rendite von Elementen übereinstimmenden eine bestimmte Taste Original: returns range of elements matching a specific key The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |