This typedef is an alias to the same type as the (template parameter) t_TYPE except that any top-level cv-qualifier has been removed.
typedef
t_TYPE
Declared in <bslmf_removecv.h>
<bslmf_removecv.h>
typedef remove_const<remove_volatile<t_TYPE>::type>::type type;