|
BDE 4.39.x Production Release
|
#include <bslmf_addreference.h>
This meta-function class defines a typedef, Type, that is an alias for a reference to the parameterized t_TYPE. References to cv-qualified void will produce the original void type and not a reference (see specializations below). References-to-references "collapse" to produce an alias to the original reference type, which is the revised rule according to the C++11 standard.
t_TYPE be a complete type.Public Types | |
| typedef bsl::add_lvalue_reference< t_TYPE >::type | Type |
| typedef bsl::add_lvalue_reference<t_TYPE>::type bslmf::AddReference< t_TYPE >::Type |