void swap( move_only_function& other ) noexcept; | (since C++23) |
Exchanges the stored callable objects of *this
and other
.
other | - | function wrapper to exchange the stored callable object with |
(none).
swaps the contents (public member function of std::function<R(Args...)> ) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/utility/functional/move_only_function/swap