Specialization of null checker for instantiations of bsl::function. This specialization treats an empty bsl::function as a null object.
Declared in <bslstl_function.h>
template<class PROTO>
struct Function_InvokerUtilNullCheck<bsl::function<PROTO>>;
| Name | Description |
|---|---|
isNull | Return true if the bsl::function specified by f is empty; else false. |