Generates a specialization of the standard static comparer for booleans. More...
#include <ogdf/basic/comparer.h>
Static Public Member Functions | |
| static bool | less (const bool &x, const bool &y) |
| static bool | leq (const bool &x, const bool &y) |
| static bool | greater (const bool &x, const bool &y) |
| static bool | geq (const bool &x, const bool &y) |
| static bool | equal (const bool &x, const bool &y) |
Generates a specialization of the standard static comparer for booleans.
Definition at line 106 of file comparer.h.
| static bool ogdf::StdComparer< bool >::equal | ( | const bool & | x, |
| const bool & | y | ||
| ) | [inline, static] |
Definition at line 112 of file comparer.h.
| static bool ogdf::StdComparer< bool >::geq | ( | const bool & | x, |
| const bool & | y | ||
| ) | [inline, static] |
Definition at line 111 of file comparer.h.
| static bool ogdf::StdComparer< bool >::greater | ( | const bool & | x, |
| const bool & | y | ||
| ) | [inline, static] |
Definition at line 110 of file comparer.h.
| static bool ogdf::StdComparer< bool >::leq | ( | const bool & | x, |
| const bool & | y | ||
| ) | [inline, static] |
Definition at line 109 of file comparer.h.
| static bool ogdf::StdComparer< bool >::less | ( | const bool & | x, |
| const bool & | y | ||
| ) | [inline, static] |
Definition at line 108 of file comparer.h.