Return true if the specified f pointer to member is null; otherwise false.
Declared in <bslstl_function_invokerutil.h>
static
bool
isNull(MEMTYPECLASS::* f);
true if f is null, and false otherwise
| Name | Description |
|---|---|
| f | pointer-to-member to test for a null value |