Vcsn  2.3a
Be Rational
project.hh File Reference
Include dependency graph for project.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::project_impl< InExpSet, OutExpSet, Tape >
 Functor to project a rational expression. More...
 
struct  vcsn::rat::project_impl< InExpSet, OutExpSet, Tape >::visit_tuple< bool, Dummy >
 
struct  vcsn::rat::project_impl< InExpSet, OutExpSet, Tape >::visit_tuple< false, Dummy >
 

Namespaces

 vcsn
 
 vcsn::rat
 

Functions

template<size_t Tape, typename InExpSet , typename OutExpSet >
auto vcsn::rat::project (const InExpSet &in_rs, const OutExpSet &out_rs, const typename InExpSet::value_t &v) -> typename OutExpSet::value_t
 Project a rational expression. More...
 
template<size_t Tape, typename InExpSet >
auto vcsn::rat::project (const InExpSet &in_rs, const typename InExpSet::value_t &v) -> typename InExpSet::template project_t< Tape >::value_t
 Project a rational expression. More...