[#TokenPipeEnd-2constructor-0d] = xref:TokenPipeEnd.adoc[TokenPipeEnd]::TokenPipeEnd :relfileprefix: ../ :mrdocs: Wraps a file descriptor as one end of a token pipe. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TokenPipeEnd(int fd = ‐1); ---- == Parameters [cols="1,4"] |=== | Name| Description | *fd* | the file descriptor to adopt, or ‐1 for a closed end |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#