std::multimap::upper_bound
Aus cppreference.com
[] |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> iterator upper_bound( const Key& key ); |
||
const_iterator upper_bound( const Key& key ) const; |
||
Gibt einen Iterator auf das erste Element, das ist mehr als
key .Original:
Returns an iterator pointing to the first element that is greater than
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 | - | Schlssel-Wert, um die Elemente zu vergleichen
Original: key value to compare the elements to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rckgabewert
Iterator, der auf dem ersten Element, die grer ist' als
key. Wenn kein solches Element gefunden wird, past-the-Ende (siehe end()) Iterator zurckgegeben .Original:
Iterator pointing to the first element that is greater than
key. If no such element is found, past-the-end (see end()) iterator is returned.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.
Komplexitt
Logarithmisch in der Gre des Behlters .
Original:
Logarithmic in the size of the container.
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.
Siehe auch
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. You can help to correct and verify the translation. Click here for instructions. (ffentliche Elementfunktion) | |
liefert einen Iterator auf das erste Element nicht weniger als der angegebene Wert Original: returns an iterator to the first element not less than the given value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (ffentliche Elementfunktion) | |