IHash<TKey,TValue>.value_comp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ordering delegate that is used to order the controlled sequence.
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)
Returns
BinaryDelegate<TValue,TValue,Boolean>
The ordering delegate that is used to order the controlled sequence.
Remarks
For more information, see hash_map::value_comp (STL/CLR), hash_multimap::value_comp (STL/CLR), hash_set::value_comp (STL/CLR), and hash_multiset::value_comp (STL/CLR).
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.