This partial specialization of add_rvalue_reference defines the return type when it is instantiated with the void volatile type.
Declared in <bslmf_addrvaluereference.h>
template<>
struct add_rvalue_reference<void volatile>;
| Name | Description |
|---|---|
type | This typedef is an alias to the return type of this meta-function. |