C++ print enum classIn 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.