[#bsl-add_lvalue_reference-048] = xref:bsl.adoc[bsl]::xref:bsl/add_lvalue_reference-0e2.adoc[add_lvalue_reference]<xref:bsl/pair-0b.adoc[pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>] const> :relfileprefix: ../ :mrdocs: This `struct` template implements a meta‐function to transform the (template parameter) `t_TYPE` to its lvalue reference type. == Synopsis Declared in `<bslmf_addlvaluereference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:bsl/add_lvalue_reference-0e2.adoc[add_lvalue_reference]<xref:bsl/pair-0b.adoc[pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>] const>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/add_lvalue_reference-048/type.adoc[`type`] | This `typedef` defines the return type of this meta function. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#