![]() |
Vcsn
2.4
Be Rational
|
#include <vcsn/algos/tuple.hh>#include <vcsn/core/lazy-tuple-automaton.hh>#include <vcsn/dyn/automaton.hh>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... | |