Construct a temporary file name by appending a suffix to prefix.

Synopsis

Declared in <bdls_filesystemutil.h>

static
void
makeUnsafeTemporaryFilename(
    std::string* outPath,
    std::string_view const& prefix);

Description

Same as the overload taking bsl::string *.

Parameters

Name

Description

outPath

receives the constructed file name

prefix

prefix of the generated file name

Created with MrDocs