chsvlib
chsv helper source code

◆ operator=()

shared_lock& operator= ( shared_lock< Mutex > &&  other)
noexcept

Transfers ownership of a mutex from another shared_lock object and leaves the other object with no associated mutex.

Parameters
otherThe other shared_lock object.
Returns
A reference to this.