This struct template implements the is_member_pointer meta‐function defined in the C++11 standard [meta.unary.comp]to determine if the (template parameter) t_TYPE is a member pointer type. This struct derives from bsl::true_type if the t_TYPE is a member pointer type, and from bsl::false_type otherwise. Additional specializations are provided below to give the correct answer in all cases.
Synopsis
Declared in <bslmf_ismemberpointer.h>
template<class t_TYPE>
struct is_member_pointer
: false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
|
This partial specialization provides the |
|
This partial specialization provides the |
|
This partial specialization provides the |
This partial specialization provides the |
Created with MrDocs