forward declaration
Declared in <bslstl_function_invokerutil.h>
template<
class PROTOTYPE,
class FUNC>
struct Function_InvokerUtil_IsFuncInvocable;
| Name | Description |
|---|---|
Function_InvokerUtil_IsFuncInvocable<RET(ARGS...), FUNC> | Boolean metafunction for invocability of FUNC with RET and ARGS. |
| Name | Description |
|---|---|
IsFuncInvocable | Boolean metafunction for invocability of FUNC under PROTOTYPE. |