Vcsn
2.4
Be Rational
|
#include <vcsn/dyn/automaton.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::detail | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<Automaton Aut> | |
auto | vcsn::detail::strip (const Aut &aut, int) -> decltype(aut->strip()) |
template<Automaton Aut> | |
auto | vcsn::detail::strip (const Aut &aut, long) -> decltype(aut) |
template<Automaton Aut> | |
auto | vcsn::strip (const Aut &aut) |
Remove (all) the decorations from a decorated automaton. More... | |
template<Automaton Aut> | |
automaton | vcsn::dyn::detail::strip (const automaton &aut) |
Bridge. More... | |