fs::path::path

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

NameDescription
cThe null-terminated string to construct from.