Vcsn  2.3a
Be Rational
vcsn::less_equal< ValueSet, Value > Struct Template Reference

Functor to compare Values of ValueSets. More...

#include <functional.hh>

Collaboration diagram for vcsn::less_equal< ValueSet, Value >:

Public Types

using valueset_t = ValueSet
 
using value_t = Value
 

Public Member Functions

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

Detailed Description

template<typename ValueSet, typename Value = typename ValueSet::value_t>
struct vcsn::less_equal< ValueSet, Value >

Functor to compare Values of ValueSets.

Definition at line 89 of file functional.hh.

Member Typedef Documentation

template<typename ValueSet , typename Value = typename ValueSet::value_t>
using vcsn::less_equal< ValueSet, Value >::value_t = Value

Definition at line 92 of file functional.hh.

template<typename ValueSet , typename Value = typename ValueSet::value_t>
using vcsn::less_equal< ValueSet, Value >::valueset_t = ValueSet

Definition at line 91 of file functional.hh.

Member Function Documentation

template<typename ValueSet , typename Value = typename ValueSet::value_t>
bool vcsn::less_equal< ValueSet, Value >::operator() ( const value_t lhs,
const value_t rhs 
) const
inline

Definition at line 94 of file functional.hh.


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