Return a null pointer. Note that template argument PROTOTYPE must be supplied excplicitly, as there is no way to deduce it from the function arguments.
Synopsis
Declared in <bslstl_function_invokerutil.h>
template<class PROTOTYPE>
static
bslstl::Function_InvokerUtil::GenericInvoker*
invokerForFunc(bsl::nullptr_t const& unused);
Return Value
null pointer
Parameters
Name |
Description |
unused |
null pointer literal selecting a null invoker |
Created with MrDocs