[#bsl-add_rvalue_reference-00] = xref:bsl.adoc[bsl]::add_rvalue_reference :relfileprefix: ../ :mrdocs: This `struct` template implements a meta‐function to transform the (template parameter) `t_TYPE` to its rvalue reference type. == Synopsis Declared in `<bslmf_addrvaluereference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct add_rvalue_reference; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/add_rvalue_reference-00/type.adoc[`type`] | This `typedef` is an alias to the return type of this meta‐function. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:bsl/add_rvalue_reference-0b.adoc[`add_rvalue_reference<void>`] | This partial specialization of `add_rvalue_reference` defines the return type when it is instantiated with the `void` type. | xref:bsl/add_rvalue_reference-09.adoc[`add_rvalue_reference<void volatile>`] | This partial specialization of `add_rvalue_reference` defines the return type when it is instantiated with the `void volatile` type. | xref:bsl/add_rvalue_reference-06.adoc[`add_rvalue_reference<void const>`] | This partial specialization of `add_rvalue_reference` defines the return type when it is instantiated with the `void const` type. | xref:bsl/add_rvalue_reference-03.adoc[`add_rvalue_reference<void const volatile>`] | This partial specialization of `add_rvalue_reference` defines the return type when it is instantiated with the `void const volatile` type. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MovableRefUtil_AddMovableReference.adoc[`MovableRefUtil_AddMovableReference`] | forward declaration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#