Construct from a C string literal, which is safe as long as the literal is ASCII.

Synopsis

Declared in <util/fs.h>

path(char const* c);

Parameters

Name

Description

c

The null‐terminated string to construct from.

Created with MrDocs