C++ enum in a constructor?

前端 未结 0 344
暗喜
暗喜 2020-12-31 09:28

Im trying to pass an enum to a constructor. Below is my class declaration in my h file

class Events
{

private:
    enum events
    {
        hundredMetre,
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题