This typedef is an alias to t_TYPE with top-level const/volatile qualifiers removed.
typedef
t_TYPE
const
volatile
Declared in <bslmf_removecvq.h>
<bslmf_removecvq.h>
typedef bsl::remove_cv<t_TYPE>::type Type;