Vcsn  2.4
Be Rational
vcsn::detail::real_context_impl< Aut > Struct Template Reference

When we copy a focus automaton, we create another focus automaton. More...

#include <copy.hh>

Collaboration diagram for vcsn::detail::real_context_impl< Aut >:

Static Public Member Functions

static auto context (const Aut &aut) -> decltype(aut->context())
 

Detailed Description

template<Automaton Aut>
struct vcsn::detail::real_context_impl< Aut >

When we copy a focus automaton, we create another focus automaton.

So we need a means to recognize focus automata, and extract their true context, not just the visible one.

Definition at line 28 of file copy.hh.

Member Function Documentation

template<Automaton Aut>
static auto vcsn::detail::real_context_impl< Aut >::context ( const Aut &  aut) -> decltype(aut->context())
inlinestatic

Definition at line 40 of file copy.hh.

Referenced by vcsn::detail::real_context().


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