bsl::add_lvalue_reference<void volatile>

This partial specialization of add_lvalue_reference defines the return type when it is instantiated with void volatile type.

Synopsis

Declared in <bslmf_addlvaluereference.h>

template<>
struct add_lvalue_reference<void volatile>;

Type Aliases

NameDescription
type This typedef defines the return type of this meta function.