fsbridge::FileLock::FileLock

Deleted copy constructor; a FileLock is not copyable.

Synopsis

Declared in <util/fs.h>

FileLock(FileLock const& other) = delete;

Parameters

NameDescription
otherThe lock that would be copied.