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