コンストラクタ -- move_only_function/op_constructor: fix markup

1 · cpprefjp · Jan. 24, 2023, 9:33 a.m.
diff --git a/reference/functional/move_only_function/op_constructor.md b/reference/functional/move_only_function/op_constructor.md index 5a13d4bcd..1635fa0f5 100644 --- a/reference/functional/move_only_function/op_constructor.md +++ b/reference/functional/move_only_function/op_constructor.md @@ -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>...