cgma
|
#include <DLIList.hpp>
Public Member Functions | |
bool | operator() (const double &a, const double &b) |
Definition at line 37 of file DLIList.hpp.
bool DLIListSorter< double >::operator() | ( | const double & | a, |
const double & | b | ||
) | [inline] |
Definition at line 39 of file DLIList.hpp.
{ return a < b; }