Vcsn
2.4
Be Rational
|
#include <vcsn/algos/project.hh>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/value.hh>
Go to the source code of this file.
Classes | |
class | vcsn::rat::constant_term_visitor< ExpSet > |
A functor to compute the constant term of an expression. More... | |
struct | vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< bool, Dummy > |
struct | vcsn::rat::constant_term_visitor< ExpSet >::visit_tuple< false, Dummy > |
Namespaces | |
vcsn | |
vcsn::rat | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename ExpSet > | |
weight_t_of< ExpSet > | vcsn::constant_term (const ExpSet &rs, const typename ExpSet::value_t &e) |
The constant term of e. More... | |
template<typename ExpSet > | |
weight | vcsn::dyn::detail::constant_term (const expression &exp) |
Bridge. More... | |