[#bsl-decay_imp-09] = xref:bsl.adoc[bsl]::xref:bsl/decay_imp-03.adoc[decay_imp]<t_TYPE, true, false> :relfileprefix: ../ :mrdocs: Component‐private specialization of `decay_imp` for array types. == Synopsis Declared in `<bslmf_decay.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct xref:bsl/decay_imp-03.adoc[decay_imp]<t_TYPE, true, false>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/decay_imp-09/type.adoc[`type`] | Alias to a pointer to the element type of the array `t_TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#