Skip to content

Class noal::memberfuncptr

template <class Class, typename Res, typename... Args>

ClassList > noal > memberfuncptr

Public Functions

Type Name
memberfuncptr (Res(Class::*)(Args...) func, Class * self)
Res operator() (Args... args)

Public Static Functions

Type Name
Res call (void * self, Args... args)

Public Functions Documentation

function memberfuncptr

inline noal::memberfuncptr::memberfuncptr (
    Res(Class::*)(Args...) func,
    Class * self
) 

function operator()

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

Public Static Functions Documentation

function call

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


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