bsl::is_pointer<t_TYPE const volatile*>

This partial specialization of is_pointer derives from bsl::true_type for when the (template parameter) t_TYPE is a 'const volatile' qualified pointer type.

Synopsis

Declared in <bslmf_ispointer.h>

template<class t_TYPE>
struct is_pointer<t_TYPE const volatile*>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.