Deleted copy constructor.
Synopsis
Declared in <absl/synchronization/mutex.h>
ReaderMutexLock(ReaderMutexLock const& other) = delete;
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs