Skip to content

Commit 37e7f74

Browse files
committed
std::functionへのリンクを追加
1 parent aad03ea commit 37e7f74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tips/function.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## インデックス
55

66
- [基本的な使い方](#basic-usage)
7+
- [C++の国際標準規格上の類似する機能](#cpp-standard)
78

89

910
## <a id="basic-usage" href="#basic-usage">基本的な使い方</a>
@@ -75,3 +76,5 @@ int main()
7576
5
7677
```
7778

79+
## <a id="cpp-standard" href="#cpp-standard">C++の国際標準規格上の類似する機能</a>
80+
- [`std::function`](https://cpprefjp.github.io/reference/functional/function.html)

0 commit comments

Comments
 (0)