std::unordered_multimap::count
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> size_type count( const Key& key ) const; |
||
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.
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. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
Anzahl der Elemente mit den wichtigsten
keyOriginal:
Number of elements with key
keyThe 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.
Komplexität
Amortized constant on average, worst case linear in the size of the container.
