IHash<TKey,TValue>.upper_bound メソッド

定義

指定したキーに一致する要素の範囲の末尾を検索します。

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

パラメーター

unnamedParam1
ContainerBidirectionalIterator<TValue>

_Keyval と同じバケットにハッシュされ、_Keyval と順序が等価である、被制御シーケンス内の最後の要素後の最初の要素を指定する反復子。 こうした要素が存在しない場合は、end(ContainerBidirectionalIterator<TValue>) を返します。

_Keyval
TKey

検索するキー値。

注釈

詳細については、 hash_map::upper_bound (STL/CLR)hash_multimap::upper_bound (STL/CLR)hash_set::upper_bound (STL/CLR)および hash_multiset::upper_bound (STL/CLR)) を参照してください。

適用対象