fs::path::operator=

Assign from a std::filesystem::path.

Synopsis

Declared in <util/fs.h>

path&
operator=(std::filesystem::path path);

Return Value

A reference to this object.

Parameters

NameDescription
pathThe standard path to move from.