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