Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::StlGreater< TYPE, COMPARER > Class Template Reference

Template for converting any StdComparer into a STL compatible compare functor. More...

#include <ogdf/basic/comparer.h>

Public Member Functions

bool operator() (const TYPE &x, const TYPE &y) const
 

Detailed Description

template<typename TYPE, class COMPARER = StdComparer<TYPE>>
class ogdf::StlGreater< TYPE, COMPARER >

Template for converting any StdComparer into a STL compatible compare functor.

Utilizes the comparators greater method.

Definition at line 382 of file comparer.h.

Member Function Documentation

◆ operator()()

template<typename TYPE , class COMPARER = StdComparer<TYPE>>
bool ogdf::StlGreater< TYPE, COMPARER >::operator() ( const TYPE &  x,
const TYPE &  y 
) const
inline

Definition at line 384 of file comparer.h.


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