Vcsn
2.4
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/misc/type_traits.hh>
#include <vcsn/labelset/oneset.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
Functions | |
template<Automaton Aut> | |
auto | vcsn::to_spontaneous (const Aut &aut) -> std::enable_if_t<!context_t_of< Aut >::is_lao, decltype(make_mutable_automaton(make_context(oneset(), *aut->weightset())))> |
Convert to spontaneous automaton: change every transition's label to the empty word. More... | |