|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Represents a pointer to the method that compares two objects of the same type. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type. More...
#include <comparison.h>
Inherits System::MulticastDelegate< int(T, T)>.
Public Member Functions | |
| bool | operator() (T a, T b) |
| Invokes the invokable object pointed to by the current object. More... | |
Represents a pointer to the method that compares two objects of the same type. This type should be allocated on stack and passed to functions by value or by reference. Never use System::SmartPtr class to manage objects of this type.
| T | The type of the objects the method compares |
|
inline |
Invokes the invokable object pointed to by the current object.
| a | The first comparand |
| b | The second comparand |
a is less than b, otherwise - true