Deleted move constructor.

Synopsis

Declared in <absl/synchronization/mutex.h>

WriterMutexLock(WriterMutexLock&& other) = delete;

Parameters

Name

Description

other

The object to move construct from

Created with MrDocs