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 unused) noexcept;

Return Value

true if f is not empty, and false otherwise

Parameters

Name

Description

f

function object to compare with null

unused

null pointer literal

Created with MrDocs