[#bsl-remove_cv-type] = xref:bsl.adoc[bsl]::xref:bsl/remove_cv.adoc[remove_cv]::type :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bslmf_removecv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef remove_const<remove_volatile<t_TYPE>::type>::type type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#