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

Method preexec_func

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

Source from the content-addressed store, hash-verified

1015{
1016public:
1017 preexec_func() {}
1018
1019 template <typename Func>
1020 explicit preexec_func(Func f): holder_(new FuncHolder<Func>(std::move(f)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected