20 template <
class String>
28 template <
class WindowsExecutor>
39 #if defined(_UNICODE) || defined(UNICODE)
40 inline run_exe_<std::wstring>
43 return run_exe_<std::wstring>(ws);
46 inline run_exe_<std::wstring>
49 return run_exe_<std::wstring>(ws);
52 inline run_exe_<std::wstring>
53 run_exe(
const std::filesystem::path& p)
55 return run_exe_<std::wstring>(p.wstring());
58 inline run_exe_<std::string>
64 inline run_exe_<std::string>
70 inline run_exe_<std::string>