std::experimental::function<R(Args...)>::swap

Exchanges the stored callable objects of *this and other.

# Declarations

void swap( function& other );

(library fundamentals TS)

# Parameters

# Return value

(none)