IHash<TKey,TValue>.key_comp Methode

Definitie

Retourneert de ordedelegatie die wordt gebruikt om de gecontroleerde volgorde te ordenen. U gebruikt deze om twee sleutels te vergelijken.

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)

Retouren

BinaryDelegate<TKey,TKey,Boolean>

De ordenendelegatie die wordt gebruikt om de gecontroleerde volgorde te ordenen.

Opmerkingen

Zie hash_map::key_comp (STL/CLR), hash_multimap::key_comp (STL/CLR), hash_set::key_comp (STL/CLR) en hash_multiset::key_comp (STL/CLR).

Van toepassing op