Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::StdComparer< bool > Class Reference

Generates a specialization of the standard static comparer for booleans. More...

#include <ogdf/basic/comparer.h>

Static Public Member Functions

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)
 

Detailed Description

Generates a specialization of the standard static comparer for booleans.

Definition at line 94 of file comparer.h.

Member Function Documentation

◆ equal()

static bool ogdf::StdComparer< bool >::equal ( const bool x,
const bool y 
)
inlinestatic

Definition at line 104 of file comparer.h.

◆ geq()

static bool ogdf::StdComparer< bool >::geq ( const bool x,
const bool y 
)
inlinestatic

Definition at line 102 of file comparer.h.

◆ greater()

static bool ogdf::StdComparer< bool >::greater ( const bool x,
const bool y 
)
inlinestatic

Definition at line 100 of file comparer.h.

◆ leq()

static bool ogdf::StdComparer< bool >::leq ( const bool x,
const bool y 
)
inlinestatic

Definition at line 98 of file comparer.h.

◆ less()

static bool ogdf::StdComparer< bool >::less ( const bool x,
const bool y 
)
inlinestatic

Definition at line 96 of file comparer.h.


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