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

Method executable

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

Source from the content-addressed store, hash-verified

855{
856 template <typename T>
857 executable(T&& arg): string_arg(std::forward<T>(arg)) {}
858};
859
860/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected