fsbridge::FileLock::FileLock

Deleted move constructor; a FileLock is not movable.

Synopsis

Declared in <util/fs.h>

FileLock(FileLock&& other) = delete;

Parameters

NameDescription
otherThe lock that would be moved.