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

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...