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
Deleted move constructor.
Declared in <absl/synchronization/mutex.h>
WriterMutexLock(WriterMutexLock&& other) = delete;
Name |
Description |
other |
The object to move construct from |
Created with MrDocs