This partial specialization of bsl::remove_const, for when the (template parameter) t_TYPE is const‐qualified, provides a typedef, type, that has the const‐qualifier removed.
Synopsis
Declared in <bslmf_removeconst.h>
template<>
struct remove_const<basic_string<char> const>;