Go to the source code of this file.
|
| 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...
|
| |