Member predicate EnumConstant::getUnderlyingType
Gets the underlying integral type of this enum constant. For example,
the underlying type of Attribute is byte in
enum Attribute : byte {
ReadOnly = 1,
Shared = 2
}
Gets the underlying integral type of this enum constant. For example,
the underlying type of Attribute is byte in
enum Attribute : byte {
ReadOnly = 1,
Shared = 2
}