BDE 4.14.0 Production release
|
#include <bslmf_removepointer.h>
Public Types | |
typedef t_TYPE | Type |
This typedef is an alias to the (template parameter) t_TYPE . | |
This struct
template provides an alias Type
that refers to the type pointed to by the (template parameter) t_TYPE
if t_TYPE
is a (non-cv-qualified) pointer type; otherwise, Type
refers to t_TYPE
. This generic default template's Type
always refers to t_TYPE
. A template specialization (below) handles the case where t_TYPE
is a pointer type.
typedef t_TYPE bslmf::RemovePointer_Imp< t_TYPE >::Type |