Featured image of post C++ print enum class

C++ print enum class

In C++11, due to the inability of enum class to be printed through the std::cout standard stream, three solutions are provided to address this issue.