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.
Synopsis
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
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs