PLCnext API Documentation
22.6.0.43
|
Determines the underlying type of an enum class. More...
#include <TypeDeduction.hxx>
Public Types | |
typedef T | type |
The resulting type. | |
Determines the underlying type of an enum class.
T | The type to get the underlying enum type from. |
IsEnum | Determines if the type parameter T is an enum type. |