Returns false if f is empty.
Synopsis
Declared in <absl/functional/any_invocable.h>
bool
operator!=(
AnyInvocable const& f,
std::nullptr_t unused) noexcept;
Return Value
false if f is empty.
Parameters
Name |
Description |
f |
The |
unused |
Unused parameter. |
Created with MrDocs