Deleted copy constructor.

Synopsis

Declared in <absl/synchronization/mutex.h>

WriterMutexLock(WriterMutexLock const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs