Deleted copy constructor; a FileLock is not copyable.

Synopsis

Declared in <util/fs.h>

FileLock(FileLock const& other) = delete;

Parameters

Name

Description

other

The lock that would be copied.

Created with MrDocs