This partial specialization provides the true_type result for a (cv-unqualified) pointer-to-member type. Note that additional partial specializations are required to handle the cv-qualified cases.
Declared in <bslmf_ismemberpointer.h>
template<
class t_TARGET_TYPE,
class t_HOST_TYPE>
struct is_member_pointer<t_TARGET_TYPEt_HOST_TYPE::*>
: true_type
| Name | Description |
|---|---|
true_type | Metafunction representing the boolean constant true. |