std::promise<R>::operator=

Assigns the contents.

# Declarations

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

(since C++11)

promise& operator=( const promise& rhs ) = delete;

(since C++11)

# Parameters

# Return value

*this