Deleted move constructor; a FileLock is not movable.

Synopsis

Declared in <util/fs.h>

FileLock(FileLock&& other) = delete;

Parameters

Name

Description

other

The lock that would be moved.

Created with MrDocs