Vcsn  2.4
Be Rational
vcsn::less< ValueSet, Value > Struct Template Reference

Functor to compare Values of ValueSets. More...

#include <functional.hh>

Collaboration diagram for vcsn::less< 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< ValueSet, Value >

Functor to compare Values of ValueSets.

Definition at line 76 of file functional.hh.

Member Typedef Documentation

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

Definition at line 79 of file functional.hh.

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

Definition at line 78 of file functional.hh.

Member Function Documentation

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

Definition at line 81 of file functional.hh.


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