template <typename R, typename... Args, R (*Symbol)(Args...)>

struct WeakCall

Defined at line 36 of file ../../sdk/lib/c/threads/../dlfcn/../weak.h

This partial specialization kicks in for function types to make the call

operator (and thus Weak::Call) have non-templated argument types.

Public Methods

void operator() (Args... args)

Defined at line 38 of file ../../sdk/lib/c/threads/../dlfcn/../weak.h