We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bc6ae commit eee0ae9Copy full SHA for eee0ae9
reference/functional/function/op_constructor.md
@@ -14,7 +14,7 @@ function(function&& f); // (4) C++17まで
14
function(function&& f) noexcept; // (4) C++20
15
16
template <class F>
17
-function(F f); // (5)
+function(F&& f); // (5)
18
19
template <class Alloc>
20
function(allocator_arg_t, const Alloc& alloc) noexcept; // (6) C++17で削除
0 commit comments