std::shared_future<T>::operator=

Assigns the contents of another shared_future.

# Declarations

shared_future& operator=( const shared_future& other );

(since C++11) (until C++17)

shared_future& operator=( const shared_future& other ) noexcept;

(since C++17)

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

(since C++11)

# Parameters

# Return value

*this