This partial specialization provides the true_type result for a const volatile-qualified pointer-to-member type.
Declared in <bslmf_ismemberpointer.h>
template<
class t_TARGET_TYPE,
class t_HOST_TYPE>
struct is_member_pointer<t_TARGET_TYPE const volatilet_HOST_TYPE::*>
: true_type
| Name | Description |
|---|---|
true_type | Metafunction representing the boolean constant true. |