#include <cell.hh>
Public Member Functions | |
bool | operator() (concepts::Cell *const &__x, concepts::Cell *const &__y) const |
Specialisation of STL class less<F> for pointers to cells.
Is used in std::set, so sorted iteration through a set is possible. Pointer to 0 is smaller then pointer to an actual cell.