Vcsn  2.2
Be Rational
complement.hh File Reference
Include dependency graph for complement.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>
void vcsn::complement_here (Aut &aut)
 
template<Automaton Aut>
auto vcsn::complement (const Aut &aut) -> decltype(copy(aut))
 
template<Automaton Aut>
automaton vcsn::dyn::detail::complement (const automaton &aut)
 Bridge. More...
 
template<typename ExpansionSet >
expansion vcsn::dyn::detail::complement_expansion (const expansion &xpn)
 Bridge (complement). More...
 
template<typename ExpSet >
expression vcsn::dyn::detail::complement_expression (const expression &exp)
 Bridge (complement). More...