Class documentation of Concepts

Loading...
Searching...
No Matches
std::less< concepts::Cell * > Struct Reference

#include <cell.hh>

Inheritance diagram for std::less< concepts::Cell * >:
std::less< concepts::Cell1 * > std::less< concepts::Cell2 * > std::less< concepts::Cell3 * >

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.

Author
Kersten Schmidt, 2005

Definition at line 138 of file cell.hh.


The documentation for this struct was generated from the following file: