BloombergLP::bslstl::Function_InvokerUtilNullCheck<FUNC*>::isNull

Return true if the specified f pointer is null; otherwise false.

Synopsis

Declared in <bslstl_function_invokerutil.h>

static
bool
isNull(FUNC* f);

Return Value

true if f is null, and false otherwise

Parameters

NameDescription
fpointer to test for a null value