Vcsn  2.1
Be Rational
join-automata.hh File Reference
Include dependency graph for join-automata.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

template<typename... Auts>
using vcsn::detail::join_automata_t = decltype(join_automata< std::declval< Auts >()...>)
 The type of the join between automata of type Auts. More...
 

Functions

template<typename... Auts>
auto vcsn::detail::join_automata (Auts &&...auts) -> decltype(make_mutable_automaton(join(auts->context()...)))
 An automaton whose type is the join between those of auts. More...
 
template<typename... Auts>
auto vcsn::detail::meet_automata (Auts &&...auts) -> decltype(make_mutable_automaton(meet(auts->context()...)))
 An automaton whose type is the meet between those of auts. More...