Vcsn  2.4
Be Rational
partial-identity.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 partial-identity.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >
 Functor to partial_identity/convert a rational expression. More...
 
struct  vcsn::rat::partial_identity_impl< InExpSet, OutExpSet >::visit_tuple< typename >
 

Namespaces

 vcsn
 
 vcsn::rat
 

Functions

template<typename InExpSet , typename OutExpSet = InExpSet>
OutExpSet::value_t vcsn::rat::partial_identity (const InExpSet &in_rs, const OutExpSet &out_rs, const typename InExpSet::value_t &v)
 Partial identity of a rational expression. More...