[#bsl-remove_pointer-type] = xref:bsl.adoc[bsl]::xref:bsl/remove_pointer.adoc[remove_pointer]::type :relfileprefix: ../../ :mrdocs: This `typedef` is an alias to the type pointed to by the (template parameter) `t_TYPE` if `t_TYPE` is a (possibly cv‐qualified) pointer type; otherwise, `type` is an alias to `t_TYPE`. == Synopsis Declared in `<bslmf_removepointer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef /* implementation-defined */::Type type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#