[#bsl-remove_cv] = xref:bsl.adoc[bsl]::remove_cv :relfileprefix: ../ :mrdocs: This `struct` template implements the `remove_cv` meta‐function defined in the C++11 standard [meta.trans.cv], providing an alias, `type`, that returns the result. `type` has the same type as the (template parameter) `t_TYPE` except that any top‐level cv‐qualifiers have been removed. == Synopsis Declared in `<bslmf_removecv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct remove_cv; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/remove_cv/type.adoc[`type`] | This `typedef` is an alias to the same type as the (template parameter) `t_TYPE` except that any top‐level cv‐qualifier has been removed. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:bsl/decay_imp-03.adoc[`decay_imp`] | Component‐private implementation of `decay`. Do not use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#