#include <BindMethod.hxx>
template<typename R, typename... Args>
class BoundMethod< R(Args...)>
Definition at line 47 of file BindMethod.hxx.
◆ BoundMethod() [1/3]
template<typename R , typename... Args>
Non-initializing trivial constructor.
◆ BoundMethod() [2/3]
template<typename R , typename... Args>
◆ BoundMethod() [3/3]
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.
◆ operator bool()
template<typename R , typename... Args>
Was this object initialized with a valid function pointer?
Definition at line 72 of file BindMethod.hxx.
◆ operator()()
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: