TSDuck v3.40-4120
MPEG Transport Stream Toolkit
|
The meta-type ts::underlying_type is a generalization of std::underlying_type which works on integral or floating-point types as well. More...
#include <tsIntegerUtils.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 integral or floating-point types as well.
The underlying type of any type other than enum is the type itself.
T | An integral or enumeration type. |