IPriorityQueue<TValue,TCont>.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.
Copies the ordering delegate for two elements.
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 used to order the controlled sequence. You use it to compare two values.
Remarks
For more information, see priority_queue::value_comp (STL/CLR).
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.