Vcsn  2.8
Be Rational
vcsn::detail::is_special_t< Aut > Struct Template Reference

Needed for GCC 5 and 6 that refuse deduced return type for transitions() when using a lambda. More...

#include <automaton.hh>

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

Public Member Functions

bool operator() (transition_t_of< Aut > t)
 

Public Attributes

const Aut & aut
 

Detailed Description

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

Needed for GCC 5 and 6 that refuse deduced return type for transitions() when using a lambda.

Definition at line 237 of file automaton.hh.

Member Function Documentation

◆ operator()()

template<Automaton Aut>
bool vcsn::detail::is_special_t< Aut >::operator() ( transition_t_of< Aut >  t)
inline

Definition at line 239 of file automaton.hh.

References vcsn::detail::is_special_t< Aut >::aut, and vcsn::detail::is_special().

Here is the call graph for this function:

Member Data Documentation

◆ aut

template<Automaton Aut>
const Aut& vcsn::detail::is_special_t< Aut >::aut

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