Specialization of dispatcher for pointer‐to‐member objects.

Synopsis

Declared in <bslstl_function_invokerutil.h>

template<
    class CLASS,
    class MEMTYPE>
struct Function_InvokerUtilNullCheck<MEMTYPECLASS::*>;

Static Member Functions

Name

Description

isNull

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

Created with MrDocs