Skip to content

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()

inline Res noal::memberconstfuncptr::operator() (
    Args... args
) 

Public Static Functions Documentation

function call

static inline Res noal::memberconstfuncptr::call (
    void * self,
    Args... args
) 


The documentation for this class was generated from the following file src/noal_func.h