bsl::operator!=

Return false if the function argument is empty, otherwise return true.

Synopsis

Declared in <bslstl_function.h>

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