[#bsl-is_const-0b] = xref:bsl.adoc[bsl]::xref:bsl/is_const-00.adoc[is_const]<t_TYPE const> :relfileprefix: ../ :mrdocs: This partial specialization of `is_const`, for when the (template parameter) `t_TYPE` is `const`‐qualified, derives from `bsl::true_type`. == Synopsis Declared in `<bslmf_isconst.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/is_const-00.adoc[is_const]<t_TYPE const> : xref:bsl/true_type.adoc[true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#