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