Jpp
16.0.0
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 26 of file JBind2nd.hh.
|
inline |
Constructor.
__match | match operator |
__second | second hit |
Definition at line 36 of file JBind2nd.hh.
|
inline |
Unary match operator.
first | first hit |
Definition at line 49 of file JBind2nd.hh.
|
protected |
Definition at line 56 of file JBind2nd.hh.
|
protected |
Definition at line 57 of file JBind2nd.hh.