[#bsl-add_cv_t] = xref:bsl.adoc[bsl]::add_cv_t :relfileprefix: ../ :mrdocs: `add_cv_t` is an alias to the return type of the `bsl::add_cv` meta‐function. Note, that the `add_cv_t` avoids the `::type` suffix and `typename` prefix when we want to use the result of the `bsl::add_cv` in templates. == Synopsis Declared in `<bslmf_addcv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> using add_cv_t = add_cv<t_TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#