Vcsn  2.1
Be Rational
vcsn::detail::enumerater< Aut >::datum_less Struct Reference

#include <shortest.hh>

Collaboration diagram for vcsn::detail::enumerater< Aut >::datum_less:

Public Member Functions

bool operator() (const datum_t &r, const datum_t &l) const
 Whether l < r (as this is a max heap). More...
 

Detailed Description

template<typename Aut>
struct vcsn::detail::enumerater< Aut >::datum_less

Definition at line 46 of file shortest.hh.

Member Function Documentation

template<typename Aut>
bool vcsn::detail::enumerater< Aut >::datum_less::operator() ( const datum_t r,
const datum_t l 
) const
inline

Whether l < r (as this is a max heap).

Definition at line 49 of file shortest.hh.


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