fs::path::operator=

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

Synopsis

Declared in <util/fs.h>

path&
operator=(char const* c);

Return Value

A reference to this object.

Parameters

NameDescription
cThe null-terminated string to assign from.