Skip to content

Class noal::funcptr

template <typename Res, typename... Args>

ClassList > noal > funcptr

Public Functions

Type Name
funcptr (Res(*)(Args...) func)
Res operator() (Args... args)

Public Static Functions

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

Public Functions Documentation

function funcptr

inline noal::funcptr::funcptr (
    Res(*)(Args...) func
) 

function operator()

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

Public Static Functions Documentation

function call

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


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