forward declaration
Declared in <bslstl_function_invokerutil.h>
template<
class VOID_TYPE,
class RET,
class FUNC,
class... ARGS>
struct Function_InvokerUtil_IsFuncInvocableImp
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |
| Name | Description |
|---|---|
Function_InvokerUtil_IsFuncInvocableImp<bslmf::VoidType<Function_InvokerUtil_ResultType<FUNC, ARGS...>::type>::type, RET, FUNC, ARGS...> | Partial specialization when FUNC is invocable with the supplied ARGS. |
| Name | Description |
|---|---|
Function_InvokerUtil_IsFuncInvocable<RET(ARGS...), FUNC> | Boolean metafunction for invocability of FUNC with RET and ARGS. |