std::less< concepts::Cell * > Struct Reference
Specialisation of STL class less<F> for pointers to cells. More...
#include <cell.hh>
Inheritance diagram for std::less< concepts::Cell * >:
Public Member Functions | |
bool | operator() (concepts::Cell *const &__x, concepts::Cell *const &__y) const |
Detailed Description
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.
Member Function Documentation
◆ operator()()
bool std::less< concepts::Cell * >::operator() | ( | concepts::Cell *const & | __x, |
concepts::Cell *const & | __y | ||
) | const |
The documentation for this struct was generated from the following file:
- geometry/cell.hh