ddc
|
Public Member Functions | |
size_t | size () const |
return the size of the list More... | |
bool | operator< (const CSortedList &X) const |
less operator (by list size) More... | |
CSortedList is a structure, which contains two integer references (to the begin and to the end of a list) The class provides a less operator (less by list size).
|
inline |
return the size of the list
Referenced by operator<(), and SortWithLists().
|
inline |