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

#include <bslmf_removereference.h>

Public Types

typedef bsl::remove_reference< t_TYPE >::type Type
 

Detailed Description

template<class t_TYPE>
struct bslmf::RemoveReference< t_TYPE >

This struct template implements a meta-function to remove the reference-ness from the (template parameter) t_TYPE. Note that although this struct is functionally equivalent to bsl::remove_reference, the use of bsl::remove_reference should be preferred.

Member Typedef Documentation

◆ Type

template<class t_TYPE >
typedef bsl::remove_reference<t_TYPE>::type bslmf::RemoveReference< t_TYPE >::Type

This typedef is an alias to the same type as the (template parameter) t_TYPE except with any reference-ness removed.


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