[#TokenPipe-Make] = xref:TokenPipe.adoc[TokenPipe]::Make :relfileprefix: ../ :mrdocs: Create a new pipe. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::optional<TokenPipe> Make(); ---- == Return Value The created TokenPipe, or an empty std::nullopt in case of error. [.small]#Created with https://www.mrdocs.com[MrDocs]#