[#BloombergLP-bslmf-MovableRefUtil_Decay] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MovableRefUtil_Decay :relfileprefix: ../../ :mrdocs: forward declaration == Synopsis Declared in `<bslmf_movableref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct MovableRefUtil_Decay : xref:bsl/decay.adoc[bsl::decay<t_TYPE>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/decay.adoc[bsl::decay<t_TYPE>]` | Metafunction returning the decayed form of `t_TYPE` for pass‐by‐value. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/decay/type.adoc[`type`] | This `typedef` is an alias to the decayed form of `t_TYPE`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MovableRefUtil/Decay.adoc[`Decay`] | Metafunction that applies decay conversions to `t_TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#