22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2024-11-07T09:38:26.669039 </updated >
6- <id >a15d4a3f-33b5-421c-86c8-d8503fd42f9d </id >
5+ <updated >2024-11-07T12:02:47.806482 </updated >
6+ <id >9d2bae0b-d13a-4602-9583-ffee16ef9f71 </id >
77
88
99 <entry >
@@ -274,31 +274,4 @@ index f0a1d8bce..5cddc1bad 100644
274274 </author >
275275 </entry >
276276
277- <entry >
278- <title >コンストラクタ -- コンストラクタ引数の誤りを修正</title >
279- <link href =" https://cpprefjp.github.io/reference/functional/function/op_constructor.html" />
280- <id >eee0ae9b0e2607ec07876fa2a8c495bff43cc28b:reference/functional/function/op_constructor.md</id >
281- <updated >2024-11-03T03:25:04+09:00</updated >
282-
283- <summary type =" html" >< pre>< code> diff --git a/reference/functional/function/op_constructor.md b/reference/functional/function/op_constructor.md
284- index f0a1d8bce..5cddc1bad 100644
285- --- a/reference/functional/function/op_constructor.md
286- +++ b/reference/functional/function/op_constructor.md
287- @@ -14,7 +14,7 @@ function(function& amp;& amp; f); // (4) C++17まで
288- function(function& amp;& amp; f) noexcept; // (4) C++20
289-
290- template & lt;class F& gt;
291- -function(F f); // (5)
292- +function(F& amp;& amp; f); // (5)
293-
294- template & lt;class Alloc& gt;
295- function(allocator_arg_t, const Alloc& amp; alloc) noexcept; // (6) C++17で削除
296- < /code>< /pre> </summary >
297-
298- <author >
299- <name >biobios</name >
300- 301- </author >
302- </entry >
303-
304277</feed >
0 commit comments