[#BloombergLP-bslstl-Function_InvokerUtil_IsFuncInvocableImp-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Function_InvokerUtil_IsFuncInvocableImp :relfileprefix: ../../ :mrdocs: forward declaration == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VOID_TYPE, class RET, class FUNC, class... ARGS> struct Function_InvokerUtil_IsFuncInvocableImp : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_IsFuncInvocableImp-04.adoc[`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`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_IsFuncInvocable-0e.adoc[`Function_InvokerUtil_IsFuncInvocable<RET(ARGS...), FUNC>`] | Boolean metafunction for invocability of `FUNC` with `RET` and `ARGS`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#