Skip to content

Commit

Permalink
functional: move_only_functionへのリンク追加(#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhoy committed Jan 23, 2023
1 parent 7208b79 commit 96e93fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/functional.md
Expand Up @@ -25,6 +25,7 @@ struct doubler {
|----------------------------------------------------------|----------------------------------------|-------|
| [`function`](functional/function.md) | 関数・関数オブジェクトの多相的なラッパー(class template) | C++11 |
| [`bad_function_call`](functional/bad_function_call.md) | 不正な関数呼び出しに関する例外(class) | C++11 |
| [`move_only_function`](functional/move_only_function.md) | 関数・関数オブジェクトの多相的な軽量ラッパー(class template) | C++23 |
## 統一的な関数呼び出し
Expand Down

0 comments on commit 96e93fc

Please sign in to comment.