PolyBoRi
|
Variant for constant non-void member functions. More...
#include <CCallbackWrapper.h>
Public Member Functions | |
ResultType | operator() (ArgType arg) const |
Apply member function pointer to argument. More... | |
Variant for constant non-void member functions.
This template class defines a facade for applying operator .* in
operator()
.
If applies a stored member function pointer (together with a stored object reference) to the argument of operator().
It is to be used as a face of Type
, e. g. for CCallbackWrapper
below.
|
inline |
Apply member function pointer to argument.