This partial specialization provides the true_type result for a const volatile‐qualified pointer‐to‐member type.
Synopsis
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
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs