补充一些缺失标题链接

This commit is contained in:
Jax Wu
2019-03-27 14:59:18 +08:00
parent 3acdfbca8c
commit 7b603a307f
7 changed files with 21 additions and 22 deletions

View File

@ -99,7 +99,7 @@ default:
// 打印“Mostly harmless”
```
## 枚举成员的遍历 {#iterating over enumeration cases}
## 枚举成员的遍历 {#iterating_over_enumeration_cases}
在一些情况下,你会需要得到一个包含枚举所有成员的集合。可以通过如下代码实现: