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

Go to the source code of this file.

Namespaces

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

Functions

template<Automaton Aut>
Aut & vcsn::complete_here (Aut &aut)
 Complete aut and return it. More...
 
template<Automaton Aut>
auto vcsn::complete (const Aut &aut) -> decltype(::vcsn::copy(aut))
 
template<Automaton Aut>
automaton vcsn::dyn::detail::complete (const automaton &aut)
 Bridge. More...