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