TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
The meta-type ts::underlying_type is a generalization of std::underlying_type which works on integer types as well. More...
#include <tsEnumUtils.h>
Public Types | |
using | type = typename underlying_type_1< std::is_enum< T >::value, T >::type |
The underlying integer type. | |
The meta-type ts::underlying_type is a generalization of std::underlying_type which works on integer types as well.
The underlying type of an integer type is the type itself.
T | An integral or enumeration type. |