Construct a lock object for the given file, without yet acquiring the lock.

Synopsis

Declared in <util/fs.h>

explicit
FileLock(fs::path const& file);

Parameters

Name

Description

file

The path of the file to lock.

Created with MrDocs