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

定義

指定したキーに一致する要素を検索します。

public:
 void ^ find(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % unnamedParam1, TKey _Keyval);
public void find (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1, TKey _Keyval);
abstract member find : ContainerBidirectionalIterator * 'Key -> unit
Public Function find (ByRef unnamedParam1 As ContainerBidirectionalIterator(Of TValue), _Keyval As TKey) As Void

パラメーター

unnamedParam1
ContainerBidirectionalIterator<TValue>

見つかった要素の 1 つを指定する反復子。要素が見つからなかった場合は end(ContainerBidirectionalIterator<TValue>)

_Keyval
TKey

検索するキー値。

注釈

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

適用対象