My Project
Classes | Typedefs
underlying_type.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::underlying_type< T >
 If T is a complete enumeration type, provides a member typedef type that names the underlying type of T. More...
 

Typedefs

template<typename T >
using bsl::underlying_type_t = typename underlying_type< T >::type
 a helper that reduces the verbosity of bsl::underlying_type
 

Detailed Description