Skip to content

Commit

Permalink
move_only_funciton : std::functionとの違いについて追記
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Jan 24, 2023
1 parent f853910 commit 6e6d1c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reference/functional/move_only_function.md
Expand Up @@ -29,7 +29,9 @@ namespace std {
- const性を正しく伝搬する。
- 関数型のCV修飾/参照修飾/noexcept例外指定をサポートする。
- [`target_type`](function/target_type.md)型と[`target()`](function/target.md)を提供しない。
- [関数呼び出し](move_only_function/op_call.md)は強い前提条件を持つ。
- 実行時型情報(RTTI)非依存
- [関数呼び出し](move_only_function/op_call.md)は強い事前条件を持つ。
- 関数呼び出し時のnullチェックが要求されない
## メンバ関数
Expand Down

0 comments on commit 6e6d1c5

Please sign in to comment.