#include <memory>
#include <string>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/export.hh>
#include <vcsn/misc/symbol.hh>
Go to the source code of this file.
|
template<typename ExpSetLhs , typename ExpSetRhs > |
auto | vcsn::dyn::detail::join (const expression &lhs, const expression &rhs) |
| Return the join of the expressionset of two expressions and their values in this new expressionset. More...
|
|
template<typename ExpSet > |
expression | vcsn::dyn::make_expression (const ExpSet &rs, const typename ExpSet::value_t &r) |
|