[#bsl-remove_pointer_t] = xref:bsl.adoc[bsl]::remove_pointer_t :relfileprefix: ../ :mrdocs: `remove_pointer_t` is an alias to the return type of the `bsl::remove_pointer` meta‐function. Note, that the `remove_pointer_t` avoids the `::type` suffix and `typename` prefix when we want to use the result of the meta‐function in templates. == Synopsis Declared in `<bslmf_removepointer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> using remove_pointer_t = remove_pointer<t_TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#