Vcsn  2.2
Be Rational
vcsn::detail::partition_automaton_t_impl< Aut > Struct Template Reference

From an (input) automaton type, compute the right decorator for its partition_automaton. More...

#include <partition-automaton.hh>

Inheritance diagram for vcsn::detail::partition_automaton_t_impl< Aut >:
Collaboration diagram for vcsn::detail::partition_automaton_t_impl< Aut >:

Public Types

using type = partition_automaton< Aut >
 

Detailed Description

template<Automaton Aut>
struct vcsn::detail::partition_automaton_t_impl< 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.

Member Typedef Documentation

template<Automaton Aut>
using vcsn::detail::partition_automaton_t_impl< Aut >::type = partition_automaton<Aut>

Definition at line 183 of file partition-automaton.hh.


The documentation for this struct was generated from the following file: