Used to sort triples with std::sort(). More...
Public Member Functions | |
bool | operator() (T *Start, T *End) |
Operator defining that Triples are sorted using the triple < operator. |
Used to sort triples with std::sort().
This class is used to sort triples with std::sort(), where the < operator is defined in the Triple class.