Vcsn
2.0
Be Rational
|
#include <unordered_map>
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/product.hh>
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/dyn/automaton.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
vcsn::dyn::detail | |
Functions | |
template<typename A , typename B > | |
A & | vcsn::union_here (A &res, const B &b) |
Merge transitions of b into those of res. More... | |
template<typename A , typename B > | |
auto | vcsn::union_a (const A &lhs, const B &rhs) -> decltype(join_automata(lhs, rhs)) |
Union of two automata. More... | |
template<typename Lhs , typename Rhs > | |
automaton | vcsn::dyn::detail::union_a (const automaton &lhs, const automaton &rhs) |
vcsn::dyn::detail::REGISTER_DECLARE (union_a,(const automaton &, const automaton &) -> automaton) | |