![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
Compare transitions of an automaton. More...
#include <sort.hh>
Public Types | |
| using | automaton_t = Aut | 
| using | transition_t = transition_t_of< automaton_t > | 
Public Member Functions | |
| transition_less (const automaton_t &a) | |
| ATTRIBUTE_PURE bool | operator() (const transition_t l, const transition_t r) const | 
Private Attributes | |
| automaton_t | aut_ | 
Compare transitions of an automaton.
Sort by label, and then by destination state. To be applied to outgoing transitions of a state.
| using vcsn::detail::transition_less< Aut >::automaton_t = Aut | 
| using vcsn::detail::transition_less< Aut >::transition_t = transition_t_of<automaton_t> | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 33 of file sort.hh.
References vcsn::detail::transition_less< Aut >::aut_.
      
  | 
  private | 
Definition at line 47 of file sort.hh.
Referenced by vcsn::detail::transition_less< Aut >::operator()().