Return true if the specified function is not empty.
Declared in <bslstl_function.h>
template<class PROTOTYPE>
bool
operator!=(
nullptr_t unused,
function<PROTOTYPE> const& f) noexcept;
true if f is not empty, and false otherwise
| Name | Description |
|---|---|
| unused | null pointer literal |
| f | function object to compare with null |