#include <deque>
#include <iostream>
#include <map>
#include <utility>
#include <boost/bimap.hpp>
#include <boost/bimap/unordered_set_of.hpp>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/misc/bimap.hh>
#include <vcsn/misc/map.hh>
#include <vcsn/misc/static-if.hh>
#include <vcsn/misc/tuple.hh>
Go to the source code of this file.
|
template<Automaton... Auts> |
using | vcsn::tuple_automaton = std::shared_ptr< detail::tuple_automaton_impl< Auts... >> |
| A tuple automaton as a shared pointer. More...
|
|