![]() |
![]()
| ![]() |
![]()
NAMEstd::function::swap - std::function::swap Synopsisvoid swap( function& other ) noexcept; (since C++11)
Parametersother - function wrapper to exchange the stored callable object with Return value(none) See also swap swaps the targets of two std::move_only_function objects
|