
Relation for sorting integers in increasing order. More...
Public Member Functions | |
| bool | operator() (const int x, const int y) |
| Test whether x is less than y | |
Relation for sorting integers in increasing order.
Definition at line 56 of file sorted.cpp.
| bool Test::Int::Sorted::SortIntMin::operator() | ( | const int | x, |
| const int | y | ||
| ) | [inline] |
Test whether x is less than y
Definition at line 59 of file sorted.cpp.