bsl::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.

Synopsis

Declared in <bslmf_addrvaluereference.h>

template<>
struct add_rvalue_reference<void volatile>;

Type Aliases

NameDescription
type This typedef is an alias to the return type of this meta-function.