std::set::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
Logarithmic in the size of the container plus linear in the number of the elements found.
