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)>
 
  105    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
 
Comparison(Y arg)
Constructs an instance of Comparison delegate that represent the pointer to the specified invokable e...
Definition: comparison.h:99
 
bool operator()(T a, T b)
Invokes the invokable object pointed to by the current object.
Definition: comparison.h:105
 
Definition: db_command.h:9