Vcsn  2.1
Be Rational
union.hh File Reference
#include <unordered_map>
#include <vcsn/algos/copy.hh>
#include <vcsn/core/join-automata.hh>
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/dyn/automaton.hh>
Include dependency graph for union.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 
 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)
 Bridge. More...