Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::RemovePointer_Imp< t_TYPE > Struct Template Reference

#include <bslmf_removepointer.h>

List of all members.

Public Types

typedef t_TYPE Type

Detailed Description

template<class t_TYPE>
struct bslmf::RemovePointer_Imp< 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.

See Component bslmf_removepointer


Member Typedef Documentation

template<class t_TYPE >
typedef t_TYPE bslmf::RemovePointer_Imp< t_TYPE >::Type

The documentation for this struct was generated from the following file: