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

Synopsis

Declared in <bslmf_addlvaluereference.h>

template<>
struct add_lvalue_reference<void const>;

Type Aliases

Name

Description

type

This typedef defines the return type of this meta function.

Created with MrDocs