BloombergLP::bslmt::EntryPointFunctorAdapter_Base::InvokerFunction

Alias for the invoker function pointer type held by this base class.

Synopsis

Declared in <bslmt_entrypointfunctoradapter.h>

typedef void(* InvokerFunction)(void*);

Description

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>*.