std::map::upper_bound
De 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; |
||
Retourne un itrateur pointant sur le premier lment qui est plus que
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.
Paramtres
| key | - | la valeur de cl de comparer les lments de
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. |
Retourne la valeur
Itrateur pointant sur le premier lment qui est' plus grande que
key. Si aucun lment correspondant n'est trouv, past-the-end (voir end()) itrateur est renvoy .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.
Complexit
Logarithmique de la taille du rcipient .
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.
Voir aussi
rendements varient d'lments correspondant une cl spcifique 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. (fonction membre publique) | |
retourne un itrateur sur le premier lment' pas moins que la valeur donne 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. (fonction membre publique) | |