Vcsn
2.2
Be Rational
|
From an (input) automaton type, compute the right decorator for its partition_automaton. More...
#include <partition-automaton.hh>
Public Types | |
using | type = partition_automaton< Aut > |
From an (input) automaton type, compute the right decorator for its partition_automaton.
For instance, partition_automaton<partition_automaton<Aut>> => partition_automaton<Aut>.
we don't want to stack partition_automaton, so that we can minimize (and cominimize) repeatedly without changing the type of the automaton).
Definition at line 181 of file partition-automaton.hh.
using vcsn::detail::partition_automaton_t_impl< Aut >::type = partition_automaton<Aut> |
Definition at line 183 of file partition-automaton.hh.