std::experimental::future<T>::operator=

Assigns the contents of another future object.

# Declarations

std::experimental::future<T>& operator=( std::experimental::future<T>&& other ) noexcept;
std::experimental::future<T>& operator=( const std::experimental::future<T>& other ) = delete;

# Parameters

# Return value

*this