Vcsn  2.1
Be Rational
insplit.hh File Reference
#include <unordered_map>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/fwd.hh>
#include <vcsn/misc/pair.hh>
Include dependency graph for insplit.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::insplitter< Aut >
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Functions

template<typename Aut >
vcsn::enable_if_t< labelset_t_of< Aut >::has_one(), Aut > vcsn::detail::insplit (Aut &aut)
 
template<typename Aut >
vcsn::enable_if_t<!labelset_t_of< Aut >::has_one(), Aut > vcsn::detail::insplit (Aut &aut)
 
template<typename Aut >
auto vcsn::insplit (const Aut &aut) -> decltype(detail::insplit(aut))
 
template<typename Aut >
automaton vcsn::dyn::detail::insplit (const automaton &aut)
 Bridge. More...