Aracılığıyla paylaş


ITree<TKey,TValue>.upper_bound Yöntem

Tanım

Belirtilen anahtarla eşleşen öğe aralığının sonunu bulur.

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

Parametreler

unnamedParam1
ContainerBidirectionalIterator<TValue>

Denetimli dizideki son öğenin ötesindeki ilk öğeyi ile aynı demetle _Keyval karma hale getiren ve ile eşdeğer sıralamaya _Keyvalsahip olan bir yineleyici. Böyle bir öğe yoksa döndürür end(ContainerBidirectionalIterator<TValue>).

_Keyval
TKey

Aranacak anahtar değeri.

Açıklamalar

Daha fazla bilgi için bkz. hash_map::upper_bound (STL/CLR), hash_multimap::upper_bound (STL/CLR), hash_set::upper_bound (STL/CLR) ve hash_multiset::upper_bound (STL/CLR).

Şunlara uygulanır