#include <BindMethod.hxx>
template<typename R, typename... Args>
class BoundMethod< R(Args...)>
Definition at line 47 of file BindMethod.hxx.
template<typename R , typename... Args>
Non-initializing trivial constructor.
template<typename R , typename... Args>
template<typename R , typename... Args>
Construct an "undefined" object.
It must not be called, and its "bool" operator returns false.
Definition at line 67 of file BindMethod.hxx.
template<typename R , typename... Args>
Was this object initialized with a valid function pointer?
Definition at line 72 of file BindMethod.hxx.
template<typename R , typename... Args>
R BoundMethod< R(Args...)>::operator() |
( |
Args... |
args | ) |
const |
|
inline |
The documentation for this class was generated from the following file: