Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions

bslstl::Function_InvokerUtilNullCheck< MEMTYPE CLASS::* > Struct Template Reference

#include <bslstl_function_invokerutil.h>

List of all members.

Static Public Member Functions

static bool isNull (MEMTYPE CLASS::*f)

Detailed Description

template<class CLASS, class MEMTYPE>
struct bslstl::Function_InvokerUtilNullCheck< MEMTYPE CLASS::* >

Specialization of dispatcher for pointer-to-member objects.

See Component bslstl_function_invokerutil


Member Function Documentation

template<class CLASS , class MEMTYPE >
static bool bslstl::Function_InvokerUtilNullCheck< MEMTYPE CLASS::* >::isNull ( MEMTYPE CLASS::*  f  )  [static]

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


The documentation for this struct was generated from the following file: