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

Name

Description

pipeName

receives the system‐dependent canonical pipe name

baseName

base name from which to form the canonical pipe name

Created with MrDocs