Return true if invoker() is a null pointer, indicating that this object has no target object.

Synopsis

Declared in <bslstl_function_rep.h>

bool
isEmpty() const noexcept;

Return Value

true if this object has no target, and false otherwise

Created with MrDocs