What Is A Forward Declaration Enum In C++? | Learn C++
April 3, 2023 ⚊ 1 Min read ⚊ Views 132 ⚊ NEWSC++11 was the first standard to introduce forward declaration enum. We can define an enumeration without providing a list of enumerators . These declarations are not definitions and can only be used for enumerations with defined underlying types. For more information about Forward declaration enum C++ visit our website.
Tags: Forward Declaration enum Enumeration, Learn C++