Vcsn  2.8
Be Rational
vcsn::detail::greater< Elt > Struct Template Reference

Comparison functor. More...

#include <fibonacci_heap.hh>

Collaboration diagram for vcsn::detail::greater< Elt >:

Public Member Functions

bool operator() (const Elt &lhs, const Elt &rhs) const
 

Detailed Description

template<typename Elt>
struct vcsn::detail::greater< Elt >

Comparison functor.

Similar to std::greater but uses operator< instead of operator< which forced us to define it in Elt classes.

Definition at line 14 of file fibonacci_heap.hh.

Member Function Documentation

◆ operator()()

template<typename Elt >
bool vcsn::detail::greater< Elt >::operator() ( const Elt &  lhs,
const Elt &  rhs 
) const
inline

Definition at line 16 of file fibonacci_heap.hh.


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