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.
Synopsis
Declared in <bslmf_removereference.h>
template<class t_TYPE>
struct RemoveReference;