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 partial specialization of RemovePointer_Imp, for when the (template parameter) t_TYPE is a pointer type, provides an alias Type that refers to the type pointed to by t_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: