Create a new pipe.
Synopsis
Declared in <util/tokenpipe.h>
static
std::optional<TokenPipe>
Make();
Return Value
The created TokenPipe, or an empty std::nullopt in case of error.
Created with MrDocs
Create a new pipe.
Declared in <util/tokenpipe.h>
static
std::optional<TokenPipe>
Make();
The created TokenPipe, or an empty std::nullopt in case of error.
Created with MrDocs