#include <basic.h>

Public Member Functions | |
| int | compare (const E &x, const E &y) |
| Compares x and y and returns the result as an integer. | |
The parameterized class DefComparer<E> implements a comparer for type E based on overloaded < and > operators.
Definition at line 433 of file basic.h.
| int ogdf::DefComparer< E >::compare | ( | const E & | x, | |
| const E & | y | |||
| ) | [inline, virtual] |
Compares x and y and returns the result as an integer.
The returns value is
Implements ogdf::Comparer< E >.