MPD
0.20.6
|
#include <BindMethod.hxx>
Public Types | |
typedef T | class_type |
The class which contains the given method (signature). More... | |
typedef R | plain_signature(Args...) |
A function type which describes the "plain" function signature. More... | |
Definition at line 108 of file BindMethod.hxx.
typedef T BindMethodDetail::MethodSignatureHelper< R(T::*)(Args...)>::class_type |
The class which contains the given method (signature).
Definition at line 112 of file BindMethod.hxx.
typedef R BindMethodDetail::MethodSignatureHelper< R(T::*)(Args...)>::plain_signature(Args...) |
A function type which describes the "plain" function signature.
Definition at line 118 of file BindMethod.hxx.