ITree<TKey,TValue>.lower_bound Metodo

Definizione

Trova l'inizio dell'intervallo degli elementi che corrispondono a una chiave specificata.

public:
 void ^ lower_bound(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % unnamedParam1, TKey _Keyval);
public void lower_bound (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1, TKey _Keyval);
abstract member lower_bound : ContainerBidirectionalIterator * 'Key -> unit
Public Function lower_bound (ByRef unnamedParam1 As ContainerBidirectionalIterator(Of TValue), _Keyval As TKey) As Void

Parametri

unnamedParam1
ContainerBidirectionalIterator<TValue>

Un iteratore che definisce il primo elemento nella 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::lower_bound (STL/CLR),hash_multimap::lower_bound (STL/CLR),hash_set::lower_bound (STL/CLR) e hash_multiset::lower_bound (STL/CLR).

Si applica a