Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_reference< t_TYPE & > Struct Template Reference
[Component bslmf_removereference]

#include <bslmf_removereference.h>

List of all members.

Public Types

typedef t_TYPE type

Detailed Description

template<class t_TYPE>
struct bsl::remove_reference< t_TYPE & >

This partial specialization of bsl::remove_reference, for when the (template parameter) t_TYPE is an rvalue reference, provides a typedef, type, that has reference-ness of t_TYPE removed.

See Component bslmf_removereference


Member Typedef Documentation

template<class t_TYPE >
typedef t_TYPE bsl::remove_reference< t_TYPE & >::type

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