std::shared_lock<Mutex>::operator=

Move assignment operator. Replaces the contents with those of other using move semantics.

# Declarations

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

(since C++14)

# Parameters

# Return value

*this