BloombergLP::bdls::PipeUtil::makeCanonicalName

Load the canonical pipe name for baseName into pipeName.

Synopsis

Declared in <bdls_pipeutil.h>

static
int
makeCanonicalName(
    std::pmr::string* pipeName,
    std::string_view const& baseName);

Description

Same as the overload taking bsl::string *.

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
pipeNamereceives the system-dependent canonical pipe name
baseNamebase name from which to form the canonical pipe name