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.
Declared in <bslmf_removereference.h>
template<class t_TYPE>
struct RemoveReference;
| Name | Description |
|---|---|
Type | This typedef is an alias to the same type as the (template parameter) t_TYPE except with any reference-ness removed. |