4#ifndef _aspose_system_comparison_h_
5#define _aspose_system_comparison_h_
7#include "system/multicast_delegate.h"
92class Comparison :
public System::MulticastDelegate<int(T, T)>
96 using System::MulticastDelegate<int(T, T)>::MulticastDelegate;
102 bool operator()(T a, T b) {
return MulticastDelegate<int(T, T)>::invoke(a, b) < 0; }
Represents a pointer to the method that compares two objects of the same type. This type should be al...
Definition: comparison.h:93
bool operator()(T a, T b)
Invokes the invokable object pointed to by the current object.
Definition: comparison.h:102
Definition: db_command.h:9