Vcsn  2.1
Be Rational
vcsn::detail::mutable_automaton_impl< Context >::all_states_p Struct Reference

Accept all the states. More...

#include <mutable-automaton.hh>

Collaboration diagram for vcsn::detail::mutable_automaton_impl< Context >::all_states_p:

Public Member Functions

bool operator() (state_t) const
 

Detailed Description

template<typename Context>
struct vcsn::detail::mutable_automaton_impl< Context >::all_states_p

Accept all the states.

FIXME: exists only to work around limitations in Clang that does not support debug symbols for function deduced types, therefore it prevents use from using lambdas defined inside the function itself.

Definition at line 773 of file mutable-automaton.hh.

Member Function Documentation

template<typename Context >
bool vcsn::detail::mutable_automaton_impl< Context >::all_states_p::operator() ( state_t  ) const
inline

Definition at line 775 of file mutable-automaton.hh.


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