PLCnext API Documentation
20.6.0.30321
|
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. |