Class noal::memberconstfuncptr
template <class Class, typename Res, typename... Args>
ClassList > noal > memberconstfuncptr
Public Functions
| Type | Name |
|---|---|
| memberconstfuncptr (Res(Class::*)(Args...) const func, Class * self) |
|
| Res | operator() (Args... args) |
Public Static Functions
| Type | Name |
|---|---|
| Res | call (void * self, Args... args) |
Public Functions Documentation
function memberconstfuncptr
inline noal::memberconstfuncptr::memberconstfuncptr (
Res(Class::*)(Args...) const func,
Class * self
)
function operator()
Public Static Functions Documentation
function call
The documentation for this class was generated from the following file src/noal_func.h