[#bsl-add_lvalue_reference_t] = xref:bsl.adoc[bsl]::add_lvalue_reference_t :relfileprefix: ../ :mrdocs: `add_lvalue_reference_t` is an alias to the return type of `add_lvalue_reference` meta‐function. Note, that the `add_const_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_addlvaluereference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> using add_lvalue_reference_t = add_lvalue_reference<t_TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#