Vcsn  2.2
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<typename 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 207 of file automaton.hh.

Member Function Documentation

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

Definition at line 209 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

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

Definition at line 213 of file automaton.hh.

Referenced by vcsn::detail::is_special_t< Aut >::operator()().


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