Skip to content

Commit

Permalink
move_only_function/op_constructor: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhoy committed Jan 24, 2023
1 parent 0201450 commit 01eb348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/functional/move_only_function/op_constructor.md
Expand Up @@ -25,6 +25,7 @@ explicit move_only_function(in_place_type_t<T>, initializer_list<U>, Args&&...);
`move_only_function`クラステンプレートパラメータのnoexcept例外指定 *noex* 特殊化に応じて、説明用の`bool`型テンプレート定数`is-callable-from<VT>`を下記のように定義する :
- *noex* が`true`のとき : [`is_nothrow_invocable_r_v`](/reference/type_traits/is_nothrow_invocable_r.md)`<R, VT /*cv*/ /*ref*/, ArgTypes...> &&` [`is_nothrow_invocable_r_v`](/reference/type_traits/is_nothrow_invocable_r.md)`<R, VT /*inv-quals*/, ArgTypes...>`
- *noex* が`false`のとき : [`is_invocable_r_v`](/reference/type_traits/is_invocable_r.md)`<R, VT /*cv*/ /*ref*/, ArgTypes...> &&` [`is_invocable_r_v`](/reference/type_traits/is_invocable_r.md)`<R, VT /*inv-quals*/, ArgTypes...>`
Expand Down

0 comments on commit 01eb348

Please sign in to comment.