[#bsl-add_pointer-080-type] = xref:bsl.adoc[bsl]::xref:bsl/add_pointer-080.adoc[add_pointer]::type :relfileprefix: ../../ :mrdocs: This `typedef` is an alias to a pointer type that points to the (template parameter) `t_TYPE` if it is not a reference type; otherwise, this `typedef` is an alias to a pointer type that points to the type referred to by the reference `t_TYPE`. == Synopsis Declared in `<bslmf_addpointer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef /* implementation-defined */::type type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#