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 * >:
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.

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich