Vcsn  2.2
Be Rational
copy.hh File Reference
#include <iostream>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/misc/attributes.hh>
#include <vcsn/misc/cast.hh>
#include <vcsn/algos/project.hh>
Include dependency graph for copy.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::copier< InExpSet, OutExpSet >
 Functor to copy/convert a rational expression. More...
 
struct  vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< bool, Dummy >
 
struct  vcsn::rat::copier< InExpSet, OutExpSet >::visit_tuple< false, Dummy >
 

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...