Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::RemoveReference< t_TYPE > Struct Template Reference

#include <bslmf_removereference.h>

List of all members.

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.

See Component bslmf_removereference


Member Typedef Documentation

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

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