std::future<T>::operator=
Min standard notice:
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
other: a std::future that will transfer state to *this
# Return value
*this