This partial specialization of add_rvalue_reference defines the return type when it is instantiated with the void const type.

Synopsis

Declared in <bslmf_addrvaluereference.h>

template<>
struct add_rvalue_reference<void const>;

Type Aliases

Name

Description

type

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

Created with MrDocs