OSVR-Core
|
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 <GenericCaller.h>
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. |