[#BloombergLP-bslmf-MovableRef_Deduced] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MovableRef_Deduced :relfileprefix: ../../ :mrdocs: This component‐private alias template names the type `t_TYPE&&` if and only if the specified `t_TYPE` is not an lvalue reference. == Synopsis Declared in `<bslmf_movableref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> requires !bsl::is_lvalue_reference<t_TYPE>::value using MovableRef_Deduced = t_TYPE&&; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#