Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ output
Method
output
cpp-subprocess/subprocess.hpp:948–948 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
946
struct output
947
{
948
explicit output(int fd): wr_ch_(fd) {}
949
950
explicit output (FILE* fp):output(subprocess_fileno(fp)) { assert(fp); }
951
Callers
nothing calls this directly
Calls
2
OSError
Class · 0.85
pipe_cloexec
Function · 0.85
Tested by
no test coverage detected