IHash<TKey,TValue>.upper_bound メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したキーと一致する要素の範囲の末尾を検索します。
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)」を参照してください。