W
Wat
When read a sample code using "enum", it uses min and max values for "enum"
type.
enum MyType
{
MyType_Min,
...
MyType_Max
};
Are MyType_Min and MyType_Max used for checking the value range of "MyType"
when using "MyType" type?
Thanks for your comments!
type.
enum MyType
{
MyType_Min,
...
MyType_Max
};
Are MyType_Min and MyType_Max used for checking the value range of "MyType"
when using "MyType" type?
Thanks for your comments!