using enums : feature from C++ 20
In this article, we are going to learn about the C++ 20 feature of using enums for scoped or strongly typed enums. This feature allows programmers to short hand the syntax for the code using the enums. In C++ 20 , we got this new improvement for the enums that we can use the using …