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

定義

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

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

パラメーター

unnamedParam1
ContainerBidirectionalIterator<TValue>

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

_Keyval
TKey

検索するキー値。

注釈

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

適用対象