Vcsn
2.4
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/unordered_set.hh>
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)) |
A complete copy of aut. More... | |
template<Automaton Aut> | |
automaton | vcsn::dyn::detail::complete (const automaton &aut) |
Bridge. More... | |