[#bsl-add_const-type] = xref:bsl.adoc[bsl]::xref:bsl/add_const.adoc[add_const]::type :relfileprefix: ../../ :mrdocs: This `typedef` is an alias to the (template parameter) `t_TYPE` with a top‐level `const`‐qualifier added if `t_TYPE` is not a reference, nor a function, nor already `const`‐qualified; otherwise, `type` is an alias to `t_TYPE`. == Synopsis Declared in `<bslmf_addconst.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef /* implementation-defined */::Type type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#