Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::RemovePointer_Imp< t_TYPE *volatile > 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 *volatile >

This partial specialization of RemovePointer_Imp, for when the (template parameter) t_TYPE is a volatile-qualified pointer type, provides an alias Type that refers to the type pointed to by t_TYPE. Note that this is specifically for volatile-qualified pointers, and not for pointers-to-'volatile'-type.

See Component bslmf_removepointer


Member Typedef Documentation

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

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