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