Vcsn
2.4
Be Rational
|
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/misc/attributes.hh>
#include <vcsn/misc/cast.hh>
#include <vcsn/algos/project.hh>
Go to the source code of this file.
Classes | |
class | vcsn::rat::copy_impl< InExpSet, OutExpSet > |
Functor to copy/convert a rational expression. More... | |
struct | vcsn::rat::copy_impl< InExpSet, OutExpSet >::visit_tuple< typename > |
Namespaces | |
vcsn | |
vcsn::rat | |
Functions | |
template<typename InExpSet , typename OutExpSet = InExpSet> | |
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... | |