Deleted copy constructor.

Synopsis

Declared in <absl/synchronization/mutex.h>

MutexLock(MutexLock const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs