Load into the specified pipeName the system‐dependent canonical pipe name corresponding to the specified baseName. Return 0 on success, and a nonzero value if baseName cannot be part of a pipe name on this system.
Synopses
Declared in <bdls_pipeutil.h>
Load into the specified pipeName the system‐dependent canonical pipe name corresponding to the specified baseName. Return 0 on success, and a nonzero value if baseName cannot be part of a pipe name on this system.
static
int
makeCanonicalName(
bsl::string* pipeName,
std::string_view const& baseName);
static
int
makeCanonicalName(
std::pmr::string* pipeName,
std::string_view const& baseName);
static
int
makeCanonicalName(
std::string* pipeName,
std::string_view const& baseName);
Created with MrDocs