[#BloombergLP-bslmf-MovableRefUtil_AddLvalueReference] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MovableRefUtil_AddLvalueReference :relfileprefix: ../../ :mrdocs: forward declaration == Synopsis Declared in `<bslmf_movableref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct MovableRefUtil_AddLvalueReference : xref:bsl/add_lvalue_reference-0e2.adoc[bsl::add_lvalue_reference<t_TYPE>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/add_lvalue_reference-0e2.adoc[bsl::add_lvalue_reference<t_TYPE>]` | This `struct` template implements a meta‐function to transform the (template parameter) `t_TYPE` to its lvalue reference type. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/add_lvalue_reference-0e2/type.adoc[`type`] | This `typedef` defines the return type of this meta function. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MovableRefUtil/AddLvalueReference.adoc[`AddLvalueReference`] | This `struct` template provides a metafunction that defines a nested `type` typedef that is an lvalue reference to `t_TYPE`. If `t_TYPE` is already an `lvalue` reference, then `type` is `t_TYPE`. Otherwise, if `t_TYPE` is `MovableRef<T2>`, then `type` is `T2&`. This transformation reflects the semantics of _reference collapsing_ in section [dec.ref]of the standard. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#