[#BloombergLP-bslstl-Function_InvokerUtil_IsFuncInvocable-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Function_InvokerUtil_IsFuncInvocable :relfileprefix: ../../ :mrdocs: forward declaration == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class PROTOTYPE, class FUNC> struct Function_InvokerUtil_IsFuncInvocable; ---- == Specializations [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`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil/IsFuncInvocable.adoc[`IsFuncInvocable`] | Boolean metafunction for invocability of `FUNC` under `PROTOTYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#