Assignment operators
Declared in <folly/fibers/TimedMutex.h>
Deleted copy assignment.
TimedRWMutexImpl&
operator=(TimedRWMutexImpl const& rhs) = delete;
» more...
Deleted move assignment.
TimedRWMutexImpl&
operator=(TimedRWMutexImpl&& rhs) = delete;
» more...
Reference to this mutex.
| Name | Description |
|---|---|
| rhs | The mutex to assign from. |