28 #ifndef BSL_UNDERLYING_TYPE_HPP 29 #define BSL_UNDERLYING_TYPE_HPP 48 using type = __underlying_type(T);
typename underlying_type< T >::type underlying_type_t
a helper that reduces the verbosity of bsl::underlying_type
Definition: underlying_type.hpp:53
If T is a complete enumeration type, provides a member typedef type that names the underlying type of...
Definition: underlying_type.hpp:45
__underlying_type(T) type
provides the member typedef "type"
Definition: underlying_type.hpp:48