[#bsl-add_rvalue_reference-03] = xref:bsl.adoc[bsl]::xref:bsl/add_rvalue_reference-00.adoc[add_rvalue_reference]<void const volatile> :relfileprefix: ../ :mrdocs: This partial specialization of `add_rvalue_reference` defines the return type when it is instantiated with the `void const volatile` type. == Synopsis Declared in `<bslmf_addrvaluereference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:bsl/add_rvalue_reference-00.adoc[add_rvalue_reference]<void const volatile>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/add_rvalue_reference-03/type.adoc[`type`] | This `typedef` is an alias to the return type of this meta‐function. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#