ITree<TKey,TValue>.lower_bound Metod

Definition

Hittar början av intervallet med element som matchar en angiven nyckel.

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

Parametrar

unnamedParam1
ContainerBidirectionalIterator<TValue>

En iterator som anger det första elementet i den kontrollerade sekvensen som hashar till samma bucket som _Keyval och har motsvarande ordning till _Keyval. Om det inte finns något sådant element returneras end(ContainerBidirectionalIterator<TValue>).

_Keyval
TKey

Nyckelvärdet som du vill söka efter.

Kommentarer

Mer information finns i hash_map::lower_bound (STL/CLR), hash_multimap::lower_bound (STL/CLR), hash_set::lower_bound (STL/CLR) och hash_multiset::lower_bound (STL/CLR).

Gäller för