[#bsl-remove_const-02-type] = xref:bsl.adoc[bsl]::xref:bsl/remove_const-02.adoc[remove_const<t_TYPE const>]::type :relfileprefix: ../../ :mrdocs: This `typedef` is an alias to the same type as the (template parameter) `t_TYPE` except with the `const`‐qualifier removed. == Synopsis Declared in `<bslmf_removeconst.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef t_TYPE type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#