Sort TDouble elements using std::sort(). More...
Public Member Functions | |
bool | operator() (TDouble< T > *Start, TDouble< T > *End) |
Compare TDouble elements using the < operator defined in TDouble. |
Sort TDouble elements using std::sort().
This class is used to define an operator to allow us to sort TDouble elements with std::sort().