Load the canonical pipe name for baseName into pipeName.
Declared in <bdls_pipeutil.h>
static
int
makeCanonicalName(
std::string* pipeName,
std::string_view const& baseName);
Same as the overload taking bsl::string *.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| pipeName | receives the system-dependent canonical pipe name |
| baseName | base name from which to form the canonical pipe name |