ITree<TKey,TValue>.value_comp Metodo

Definizione

Restituisce il delegato di ordinamento utilizzato per ordinare la sequenza controllata.

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

Restituisce

BinaryDelegate<TValue,TValue,Boolean>

Delegato di ordinamento utilizzato per ordinare la sequenza controllata.

Commenti

Per altre informazioni, vedere hash_map::value_comp (STL/CLR),hash_multimap::value_comp (STL/CLR),hash_set::value_comp (STL/CLR) e hash_multiset::value_comp (STL/CLR).

Si applica a