ITree<TKey,TValue>.upper_bound Metodo

Definizione

Viene trovata la fine dell'intervallo degli elementi che corrispondono a una chiave specificata.

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

Parametri

unnamedParam1
ContainerBidirectionalIterator<TValue>

Un iteratore che definisce il primo elemento dopo l'ultimo elemento della sequenza controllata che genera un hash allo stesso bucket di _Keyval e ha ordinamento equivalente a _Keyval. Se tale elemento non esiste, restituisce end(ContainerBidirectionalIterator<TValue>).

_Keyval
TKey

Valore chiave da cercare.

Commenti

Per altre informazioni, vedere hash_map::upper_bound (STL/CLR),hash_multimap::upper_bound (STL/CLR),hash_set::upper_bound (STL/CLR) e hash_multiset::upper_bound (STL/CLR).

Si applica a