|
template<class T , class JResult_t > |
JPredicate< JResult_t T::*, JComparison::eq > | JLANG::make_predicate (JResult_t T::*member, const JResult_t value) |
| Helper method to create predicate for data member. More...
|
|
template<class T , class JResult_t , class JComparator_t > |
JPredicate< JResult_t T::*, JComparator_t > | JLANG::make_predicate (JResult_t T::*member, const JResult_t value, const JComparator_t &comparator) |
| Helper method to create predicate for data member. More...
|
|
template<class T , class JResult_t > |
JPredicate< JResult_t(T::*)() const, JComparison::eq > | JLANG::make_predicate (JResult_t(T::*function)() const, const JResult_t value) |
| Helper method to create predicate for return values of member method. More...
|
|
template<class T , class JResult_t , class JComparator_t > |
JPredicate< JResult_t(T::*)() const, JComparator_t > | JLANG::make_predicate (JResult_t(T::*function)() const, const JResult_t value, const JComparator_t &comparator) |
| Helper method to create predicate for return values of member method. More...
|
|