Return true if the specified function argument is empty, otherwise return false.
Synopsis
Declared in <bslstl_function.h>
template<class PROTOTYPE>
bool
operator==(
function<PROTOTYPE> const& f,
nullptr_t) noexcept;
Created with MrDocs