![]() |
Vcsn
2.8
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 99 of file compare.hh.
using vcsn::rat::compare< ExpSet >::visit_tuple< typename >::tupleset_t = typename expressionset_t::template as_tupleset_t<> |
Definition at line 101 of file compare.hh.
|
inline |
Entry point: down_cast rhs_ and bounce to binary operator().
Definition at line 103 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 110 of file compare.hh.
References vcsn::compare().
const self_t& vcsn::rat::compare< ExpSet >::visit_tuple< typename >::self_ |
Definition at line 115 of file compare.hh.
Referenced by vcsn::rat::compare< ExpSet >::visit_tuple< typename >::operator()().