folly::fibers::TimedRWMutexImpl::operator=

Assignment operators

Synopses

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...

Return Value

Reference to this mutex.

Parameters

NameDescription
rhsThe mutex to assign from.