table of contents
std::move_only_function::swap(3) | C++ Standard Libary | std::move_only_function::swap(3) |
NAME¶
std::move_only_function::swap - std::move_only_function::swap
Synopsis¶
void swap( move_only_function& other ) noexcept; (since C++23)
Exchanges the stored callable objects of *this and other.
Parameters¶
other - function wrapper to exchange the stored callable object with
Return value¶
(none)
See also¶
swap swaps the contents
(public member function of std::function<R(Args...)>)
2024.06.10 | http://cppreference.com |