MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / call_impl

Function call_impl

cpp-subprocess/subprocess.hpp:2166–2169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2164
2165 template<typename F, typename... Args>
2166 int call_impl(F& farg, Args&&... args)
2167 {
2168 return Popen(std::forward<F>(farg), std::forward<Args>(args)...).wait();
2169 }
2170
2171 static inline void pipeline_impl(std::vector<Popen>& cmds)
2172 {

Callers 1

callFunction · 0.85

Calls 2

PopenClass · 0.85
waitMethod · 0.80

Tested by

no test coverage detected