Vcsn
2.4
Be Rational
|
#include <vcsn/dyn/value.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename ValueSet > | |
ValueSet::value_t | vcsn::compose (const ValueSet &vs, const typename ValueSet::value_t &lhs, const typename ValueSet::value_t &rhs) |
Composition of values. More... | |
template<typename ExpSetLhs , typename ExpSetRhs > | |
expansion | vcsn::dyn::detail::compose_expansion (const expansion &lhs, const expansion &rhs) |
Bridge (compose). More... | |
template<typename ExpSetLhs , typename ExpSetRhs > | |
expression | vcsn::dyn::detail::compose_expression (const expression &lhs, const expression &rhs) |
Bridge (compose). More... | |
template<typename PolSetLhs , typename PolSetRhs > | |
polynomial | vcsn::dyn::detail::compose_polynomial (const polynomial &lhs, const polynomial &rhs) |
Bridge (compose). More... | |