BloombergLP::bslmt::EntryPointFunctorAdapter_Base::InvokerFunction

InvokerFunction is an alias for the type of function pointer held in an EntryPointFunctorAdapter_Base. Instances of the function are intended to interpret their argument as an EntryPointFunctorAdapter<TYPE>*.

Synopsis

Declared in <bslmt_entrypointfunctoradapter.h>

typedef void(* InvokerFunction)(void*);