std::move_only_function::swap

Exchanges the stored callable objects of *this and other.

# Declarations

void swap( move_only_function& other ) noexcept;

(since C++23)

# Parameters

# Return value

(none)

# See also