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

Name

Description

c

The null‐terminated string to assign from.

Created with MrDocs