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