Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.89.0.
boost::process::v2::process_start_dir — Initializer for the starting directory of a subprocess to be launched.
// In header: <boost/process/v2/start_dir.hpp> struct process_start_dir { // construct/copy/destruct process_start_dir(filesystem::path); // public member functions error_code on_exec_setup(posix::default_launcher &, const filesystem::path &, const char *const *); // public data members filesystem::path start_dir; };