Utility for building platform-native named pipe endpoint names from logical names. More...
#include <File.h>
Static Public Member Functions | |
| static Result | build (StringSpan logicalName, StringPath &outName, NamedPipeNameOptions options={}) |
| Builds a platform-native named pipe endpoint path. | |
Utility for building platform-native named pipe endpoint names from logical names.
|
static |
Builds a platform-native named pipe endpoint path.
| logicalName | A logical pipe name token (must not contain / or \). |
| outName | Destination receiving native endpoint path. |
| options | Optional path generation options. |