Skip to content

Commit b6e1437

Browse files
committed
std::bindへのリンクを追加
1 parent 022a200 commit b6e1437

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tips/partial_eval.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [部分適用(partial application)](#partial-application)
77
- [カリー化(currying)+適用(applying)](#currying)
88
- [メンバ関数のレシーバを部分適用する](#receiver-partial-application)
9+
- [C++の国際標準規格上の類似する機能](#cpp-standard)
910

1011

1112
## <a id="partial-application" href="#partial-application">部分適用(partial application)</a>
@@ -126,3 +127,5 @@ int main()
126127
B::print()
127128
```
128129
130+
## <a id="cpp-standard" href="#cpp-standard">C++の国際標準規格上の類似する機能</a>
131+
- [`std::bind`](https://cpprefjp.github.io/reference/functional/bind.html)

0 commit comments

Comments
 (0)