BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::remove_pointer< t_TYPE > Struct Template Reference

#include <bslmf_removepointer.h>

Public Types

typedef BloombergLP::bslmf::RemovePointer_Imp< t_TYPE >::Type type
 

Detailed Description

template<class t_TYPE>
struct bsl::remove_pointer< t_TYPE >

This struct template implements the remove_pointer meta-function defined in the C++11 standard [meta.trans.ptr], providing an alias, type, that returns the result. If the (template parameter) t_TYPE is a (possibly cv-qualified) pointer type, then type is an alias to the type pointed to by t_TYPE; otherwise, type is an alias to t_TYPE.

Member Typedef Documentation

◆ type

template<class t_TYPE >
typedef BloombergLP::bslmf::RemovePointer_Imp<t_TYPE>::Type bsl::remove_pointer< t_TYPE >::type

This typedef is an alias to the type pointed to by the (template parameter) t_TYPE if t_TYPE is a (possibly cv-qualified) pointer type; otherwise, type is an alias to t_TYPE.


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