Byee
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
已编辑于 C++ Naming Conventions: const references as paramteres
I have a the following rules setup: The problem is when I have a function that takes a constant reference. CLion says the name should be camelCase when I want PascalCase. Example: I want: vo...