Construct from a std::filesystem::path, for compatibility with standard‐library APIs.

Synopsis

Declared in <util/fs.h>

path(std::filesystem::path path);

Parameters

Name

Description

path

The standard path to move from.

Created with MrDocs