15#ifndef A_UTIL_UTIL_PROCESS_DETAIL_PROCESS_IMPL_HEADER_INCLUDED
16#define A_UTIL_UTIL_PROCESS_DETAIL_PROCESS_IMPL_HEADER_INCLUDED
24uint32_t execute(
const a_util::filesystem::Path& executable_file,
25 const std::string& arguments,
26 const a_util::filesystem::Path& working_path,
28 std::string& std_err);
Serves as component for interaction with operating system processes.
Definition process.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24