Deleted move constructor.

Synopsis

Declared in <absl/synchronization/mutex.h>

ReaderMutexLock(ReaderMutexLock&& other) = delete;

Parameters

Name

Description

other

The object to move construct from

Created with MrDocs