Generates a specialization of the standard static comparer for booleans.
More...
#include <ogdf/basic/comparer.h>
|
static bool | equal (const bool &x, const bool &y) |
|
static bool | geq (const bool &x, const bool &y) |
|
static bool | greater (const bool &x, const bool &y) |
|
static bool | leq (const bool &x, const bool &y) |
|
static bool | less (const bool &x, const bool &y) |
|
Generates a specialization of the standard static comparer for booleans.
Definition at line 98 of file comparer.h.
◆ equal()
◆ geq()
◆ greater()
◆ leq()
◆ less()
The documentation for this class was generated from the following file: