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