Alias for std::underlying_type_t in the bsl namespace.
std::underlying_type_t
bsl
Declared in <bsl_type_traits.h>
<bsl_type_traits.h>
template<class TYPE> using underlying_type_t = std::underlying_type<TYPE>::type;