This typedef is an alias to the same type as the (template parameter) t_TYPE except with any reference-ness removed.
typedef
t_TYPE
Declared in <bslmf_removereference.h>
<bslmf_removereference.h>
typedef bsl::remove_reference<t_TYPE>::type Type;