Struct containing a single static function member named "call" that serves as a converter from a function call with an opaque userdata pointer to a functor call using the userdata pointer as "this". More...
#include <osvr/Util/GenericCaller.h>
Inherits type< FunctionPtr, FunctionObjectType, ThisLocation >.
Struct containing a single static function member named "call" that serves as a converter from a function call with an opaque userdata pointer to a functor call using the userdata pointer as "this".
FunctionPtr | Desired function pointer type |
FunctionObjectType | Type of your function object |
ThisLocation | one of this_first_t or this_last_t indicating which parameter is the "userdata" this pointer. |
Definition at line 241 of file GenericCaller.h.