Specialization of dispatcher for pointer-to-function objects.
Declared in <bslstl_function_invokerutil.h>
template<
class FUNC,
class RET,
class... ARGS>
struct Function_InvokerUtil_Dispatch<Function_InvokerUtil::e_FunctionPtr, RET(ARGS...), FUNC>;
| Name | Description |
|---|---|
invoke | For the specified rep and args, return rep.target<FUNC>()(args...). |