fs::path::operator/=

Append a C string literal component with a directory separator.

Synopsis

Declared in <util/fs.h>

path&
operator/=(char const* c);

Return Value

A reference to this object.

Parameters

NameDescription
cThe null-terminated string component to append.