bsl::operator!=

Return true if the specified function is not empty.

Synopsis

Declared in <bslstl_function.h>

template<class PROTOTYPE>
bool
operator!=(
    function<PROTOTYPE> const& f,
    nullptr_t) noexcept;