converting from int to enum

后端 未结 4 1342
渐次进展
渐次进展 2021-01-20 08:31

I have declared the following enum :

  enum periods {one, five, ten, fifteen, thirty};

and now I want to pass it as a commandline argument

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