Jpp
18.6.0-rc.1
the software that should make you happy
|
Auxiliary class to convert binary JMatch operator and given hit to unary match operator. More...
#include <JBind2nd.hh>
Public Member Functions | |
JBinder2nd (const JMatch< JHit_t > &__match, const JHit_t &__second) | |
Constructor. More... | |
bool | operator() (const JHit_t &first) const |
Unary match operator. More... | |
Protected Attributes | |
const JMatch< JHit_t > & | match |
const JHit_t & | second |
Auxiliary class to convert binary JMatch operator and given hit to unary match operator.
This class is equivalent to the STD binder2nd class but it uses references to the JMatch interface rather than copies of a derived class.
Definition at line 24 of file JBind2nd.hh.
|
inline |
Constructor.
__match | match operator |
__second | second hit |
Definition at line 32 of file JBind2nd.hh.
|
inline |
Unary match operator.
first | first hit |
Definition at line 45 of file JBind2nd.hh.
|
protected |
Definition at line 52 of file JBind2nd.hh.
|
protected |
Definition at line 53 of file JBind2nd.hh.