[#bsl-remove_volatile-0a] = xref:bsl.adoc[bsl]::xref:bsl/remove_volatile-0c.adoc[remove_volatile]<t_TYPE volatile> :relfileprefix: ../ :mrdocs: This partial specialization of `bsl::remove_volatile`, for when the (template parameter) `t_TYPE` is `volatile`‐qualified, provides a `typedef`, `type`, that has the `volatile`‐qualifier removed. == Synopsis Declared in `<bslmf_removevolatile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/remove_volatile-0c.adoc[remove_volatile]<t_TYPE volatile>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/remove_volatile-0a/type.adoc[`type`] | This `typedef` is an alias to the same type as the (template parameter) `t_TYPE` except with the `volatile`‐qualifier removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#