Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ Ex
Method
Ex
test/test_main.cc:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
public:
9
template <typename... Args>
10
Ex(Args&&... args) {
11
set_options(std::forward<Args>(args)...);
12
}
13
14
template <typename T>
15
void set_options(T&& arg) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected