absl::MutexLock::MutexLock

Deleted move constructor.

Synopsis

Declared in <absl/synchronization/mutex.h>

MutexLock(MutexLock&& other) = delete;

Parameters

NameDescription
otherThe object to move construct from