bsl::remove_cv::type

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.

Synopsis

Declared in <bslmf_removecv.h>

typedef remove_const<remove_volatile<t_TYPE>::type>::type type;