[#BloombergLP-bslstl-Function_InvokerUtilNullCheck-09-isNull] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtilNullCheck-09.adoc[Function_InvokerUtilNullCheck<bsl::function<PROTO>>]::isNull :relfileprefix: ../../../ :mrdocs: Return whether the specified `bsl::function` is empty. == Synopsis Declared in `<bslstl_function.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isNull(xref:bsl/function-0a.adoc[bsl::function<PROTO>] const& f); ---- == Return Value `true` if `f` is empty, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *f* | function object to test for emptiness |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#