std::copyable_function::swap

Exchanges the stored callable objects of *this and other.

# Declarations

void swap( copyable_function& other ) noexcept;

(since C++26)

# Parameters

# Return value

(none)

# See also