Vcsn  2.8
Be Rational
compare.hh File Reference
Include dependency graph for compare.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::compare< ExpSet >
 A functor for three-way comparison between two expressions. More...
 
struct  vcsn::rat::compare< ExpSet >::visit_tuple< typename >
 

Namespaces

 vcsn
 
 vcsn::rat
 

Macros

#define DEFINE(Type)
 

Macro Definition Documentation

◆ DEFINE

#define DEFINE (   Type)
Value:
VCSN_RAT_VISIT(Type, lhs) \
{ \
res_ = cmp_(lhs, *down_pointer_cast<const Type ## _t>(rhs_)); \
}
#define VCSN_RAT_VISIT(Type, Val)
Definition: visitor.hh:71

Definition at line 72 of file compare.hh.