Skip to content

Commit

Permalink
用語を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsurom committed Aug 20, 2024
1 parent 5e1c521 commit d695536
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GLOBAL_DEFINED_WORDS.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,14 @@
},
"ADL": {
"desc": "実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能"
},
"不完全型": {
"desc": "型のサイズを決定できない、完全には定義されていない型。例えば先行宣言のみのクラス型、要素数不明の配列型、`void`など。クラス定義内部ではそのクラス自身は不完全型"
},
"完全型": {
"desc": "型のサイズを決定できる型。不完全型ではない型"
},
"オーバーロード解決": {
"desc": "関数呼び出し時に、同名の関数の中から実際に呼び出す関数を決定する処理。このときの候補になることを、オーバーロード解決に参加するという"
}
}

0 comments on commit d695536

Please # to comment.