We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::function
1 parent aad03ea commit 37e7f74Copy full SHA for 37e7f74
tips/function.md
@@ -4,6 +4,7 @@
4
## インデックス
5
6
- [基本的な使い方](#basic-usage)
7
+- [C++の国際標準規格上の類似する機能](#cpp-standard)
8
9
10
## <a id="basic-usage" href="#basic-usage">基本的な使い方</a>
@@ -75,3 +76,5 @@ int main()
75
76
77
```
78
79
+## <a id="cpp-standard" href="#cpp-standard">C++の国際標準規格上の類似する機能</a>
80
+- [`std::function`](https://cpprefjp.github.io/reference/functional/function.html)
0 commit comments