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

定義

被制御シーケンスを順序付けるために使用される順序付けデリゲートを返します。 2 つのキーを比較する場合にこれを使用します。

public:
 Microsoft::VisualC::StlClr::BinaryDelegate<TKey, TKey, bool> ^ key_comp();
public Microsoft.VisualC.StlClr.BinaryDelegate<TKey,TKey,bool> key_comp ();
abstract member key_comp : unit -> Microsoft.VisualC.StlClr.BinaryDelegate<'Key, 'Key, bool>
Public Function key_comp () As BinaryDelegate(Of TKey, TKey, Boolean)

戻り値

BinaryDelegate<TKey,TKey,Boolean>

被制御シーケンスを順序付けるために使用される順序付けデリゲート。

注釈

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

適用対象