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