Is it possible to determine the number of elements of a c++ enum class?

后端 未结 13 1817
长情又很酷
长情又很酷 2020-12-13 01:39

Is it possible to determine the cardinality of a c++ enum class:

enum class Example { A, B, C, D, E };

I tried to use si

13条回答
提交回复
热议问题