![]() |
Vcsn
2.5
Be Rational
|
Public Types | |
| using | tupleset_t = typename expressionset_t::template as_tupleset_t<> |
Public Member Functions | |
| int | operator() (const tuple_t &lhs) |
| Entry point: down_cast rhs_ and bounce to binary operator(). More... | |
| int | operator() (const tuple_t &lhs, const tuple_t &rhs) |
| Binary operator(). More... | |
Public Attributes | |
| const self_t & | self_ |
Definition at line 98 of file compare.hh.
| using vcsn::rat::compare< ExpSet >::visit_tuple< typename >::tupleset_t = typename expressionset_t::template as_tupleset_t<> |
Definition at line 100 of file compare.hh.
|
inline |
Entry point: down_cast rhs_ and bounce to binary operator().
Definition at line 102 of file compare.hh.
References vcsn::rat::compare< ExpSet >::rhs_, and vcsn::rat::compare< ExpSet >::visit_tuple< typename >::self_.
|
inline |
Binary operator().
Definition at line 109 of file compare.hh.
References vcsn::compare().
| const self_t& vcsn::rat::compare< ExpSet >::visit_tuple< typename >::self_ |
Definition at line 114 of file compare.hh.
Referenced by vcsn::rat::compare< ExpSet >::visit_tuple< typename >::operator()().