Vcsn  2.3a
Be Rational
tuple-automaton.hh File Reference
Include dependency graph for tuple-automaton.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::tuple_automata_impl< Aut, Auts >
 Build the (accessible part of the) Cartesian product of automata. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Functions

template<Automaton... Auts>
auto vcsn::detail::tuple (const Auts &...as)
 Build the (accessible part of the) tuple. More...
 
template<typename Auts , size_t... I>
automaton vcsn::dyn::detail::tuple_ (const std::vector< automaton > &as, vcsn::detail::index_sequence< I... >)
 Bridge helper. More...
 
template<typename Auts >
automaton vcsn::dyn::detail::tuple (const std::vector< automaton > &as)
 Bridge. More...