Vcsn  2.1
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<typename Aut >
auto vcsn::detail::strip (const Aut &aut, int) -> decltype(aut->strip())
 
template<typename Aut >
auto vcsn::detail::strip (const Aut &aut, long) -> decltype(aut)
 
template<typename Aut >
auto vcsn::strip (const Aut &aut) -> decltype(detail::strip(aut, 0))
 Remove (all) the decorations from a decorated automaton. More...
 
template<typename Aut >
automaton vcsn::dyn::detail::strip (const automaton &aut)
 Bridge. More...