Skip to content

Commit

Permalink
INVOKE: fix markup INVOKE<R>(#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhoy committed Jan 17, 2023
1 parent 30918b2 commit 1f6c97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/concepts/Invoke.md
Expand Up @@ -7,7 +7,7 @@
C++における関数呼び出しという性質を抽象化しまとめた、仮想操作 *INVOKE* を定義する。

- C++17からは、仮想操作 *INVOKE* を実体化した[`std::invoke`](/reference/functional/invoke.md)関数テンプレートが提供される。
- C++23からは、仮想操作 *INVOKE<R>* を実体化した[`std::invoke_r`](/reference/functional/invoke_r.md)関数テンプレートが提供される。
- C++23からは、仮想操作 *INVOKE*`<R>` を実体化した[`std::invoke_r`](/reference/functional/invoke_r.md)関数テンプレートが提供される。

## 用語定義
- *call-signature* とは、戻り値型に続けて丸括弧の中に0個以上の引数型を並べたものである。 *cf.* `int ( std::string, int )`
Expand Down

0 comments on commit 1f6c97c

Please sign in to comment.