ITree<TKey,TValue>.upper_bound Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recherche la fin de la plage d'éléments qui correspondent à une clé spécifiée.
public:
void ^ upper_bound(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % unnamedParam1, TKey _Keyval);
public void upper_bound (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1, TKey _Keyval);
abstract member upper_bound : ContainerBidirectionalIterator * 'Key -> unit
Public Function upper_bound (ByRef unnamedParam1 As ContainerBidirectionalIterator(Of TValue), _Keyval As TKey) As Void
Paramètres
- unnamedParam1
- ContainerBidirectionalIterator<TValue>
Itérateur qui désigne le premier élément après le dernier élément de la séquence contrôlée qui est haché dans le même compartiment que _Keyval
et qui a un classement équivalent à _Keyval
. Si aucun élément de ce type n'existe, il retourne end(ContainerBidirectionalIterator<TValue>).
- _Keyval
- TKey
Valeur de clé à rechercher.
Remarques
Pour plus d’informations, consultez hash_map ::upper_bound (STL/CLR),hash_multimap ::upper_bound (STL/CLR),hash_set ::upper_bound (STL/CLR) et hash_multiset ::upper_bound (STL/CLR).