We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5e29c commit 2ae4c33Copy full SHA for 2ae4c33
working_style.md
@@ -64,7 +64,10 @@ C++11以降対応についてはC++11と明記します。バージョン表記
64
| effects | 効果 |
65
| emplace | 直接構築 |
66
| empty | 空 |
67
-| equivalence relation | 等価関係 |
+| equal | 等値 |
68
+| equivalence class | 同値分類 (数学的文脈) |
69
+| equivalence relation | 同値関係 (数学的文脈) |
70
+| equivalent | 同値 (数学的文脈)、等価 (その他文脈) |
71
| forward iterator | 前方向イテレータ |
72
| fundamental type | 単純型 |
73
| ill-formed | 不適格 |
0 commit comments