|  | Vcsn
    2.4
    Be Rational | 
Go to the source code of this file.
| Namespaces | |
| vcsn | |
| vcsn::dyn | |
| vcsn::dyn::detail | |
| Functions | |
| template<Automaton Aut> | |
| bool | vcsn::is_normalized (const Aut &a) | 
| Whether a is standard and co-standard.  More... | |
| template<Automaton Aut> | |
| auto | vcsn::normalize (const Aut &a) -> decltype(copy(a)) | 
| Normalize a automaton.  More... | |
| template<Automaton Aut> | |
| bool | vcsn::dyn::detail::is_normalized (const automaton &aut) | 
| Bridge.  More... | |
| template<Automaton Aut> | |
| automaton | vcsn::dyn::detail::normalize (const automaton &aut) | 
| Bridge.  More... | |