[#bsl-add_lvalue_reference-03] = xref:bsl.adoc[bsl]::xref:bsl/add_lvalue_reference-0e2.adoc[add_lvalue_reference]<void volatile> :relfileprefix: ../ :mrdocs: This partial specialization of `add_lvalue_reference` defines the return type when it is instantiated with `void volatile` 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]<void volatile>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/add_lvalue_reference-03/type.adoc[`type`] | This `typedef` defines the return type of this meta function. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#