Go to the source code of this file.
|
template<typename InExpSet , typename OutExpSet > |
std::enable_if_t< std::is_same< InExpSet, OutExpSet >{}, typename OutExpSet::value_t > | vcsn::rat::copy (const InExpSet &in_rs, const OutExpSet &out_rs, const typename InExpSet::value_t &v) |
| Copy/convert a rational expression. More...
|
|
template<typename InExpSet , typename OutExpSet > |
std::enable_if_t<!std::is_same< InExpSet, OutExpSet >{}, typename OutExpSet::value_t > | vcsn::rat::copy (const InExpSet &in_rs, const OutExpSet &out_rs, const typename InExpSet::value_t &v) |
|