[#bsl-is_pointer-04] = xref:bsl.adoc[bsl]::xref:bsl/is_pointer-0c.adoc[is_pointer]<t_TYPE const volatile*> :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/is_pointer-0c.adoc[is_pointer]<t_TYPE const volatile*> : xref:bsl/true_type.adoc[bsl::true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[bsl::true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#