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