BloombergLP::bdls::FilesystemUtil::makeUnsafeTemporaryFilename

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

Synopses

Declared in <bdls_filesystemutil.h>

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

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

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

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

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

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

Parameters

NameDescription
outPathreceives the constructed file name
prefixprefix of the generated file name