|
Graph Framework
|
Define a custom comparitor class. More...
#include <register.hpp>
Public Member Functions | |
| bool | operator() (const T &left, const T &right) const |
| Call operator. | |
Define a custom comparitor class.
| T | Base type of the calculation. |
|
inline |
Call operator.
| [in] | left | Left hand side. |
| [in] | right | Right hand side. |