Vcsn
2.4
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/focus.hh>
#include <vcsn/algos/project.hh>
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/labelset/tupleset.hh>
#include <vcsn/dyn/name.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<std::size_t Tape, Automaton Aut> | |
auto | vcsn::project (const Aut &aut) -> mutable_automaton< detail::project_context< Tape, context_t_of< Aut >>> |
template<Automaton Aut, typename Tape > | |
automaton | vcsn::dyn::detail::project (const automaton &aut, integral_constant) |
Bridge. More... | |