bsl::add_pointer::type

This typedef is an alias to a pointer type that points to the (template parameter) t_TYPE if it is not a reference type; otherwise, this typedef is an alias to a pointer type that points to the type referred to by the reference t_TYPE.

Synopsis

Declared in <bslmf_addpointer.h>

typedef /* implementation-defined */::type type;