std::future<T>::operator=

Assigns the contents of another future object.

# Declarations

future& operator=( future&& other ) noexcept;

(since C++11)

future& operator=( const future& other ) = delete;

(since C++11)

# Parameters

# Return value

*this