13     template <Automaton Aut>
 
   16       -> decltype(aut->strip())
 
   22     template <Automaton Aut>
 
   32   template <Automaton Aut>
 
   44       template <Automaton Aut>
 
   48         const auto& a = aut->
as<Aut>();
 
auto strip(const Aut &aut, int) -> decltype(aut->strip())        
auto strip(const Aut &aut)
Remove (all) the decorations from a decorated automaton. 
auto & as()
Extract wrapped typed automaton. 
automaton strip(const automaton &aut)
Bridge.