Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct process_start_dir

boost::process::v2::process_start_dir — Initializer for the starting directory of a subprocess to be launched.

Synopsis

// In header: <boost/process/v2/start_dir.hpp>


struct process_start_dir {
  // construct/copy/destruct
  ();

  // public member functions
   (, 
                           , );

  // public data members
   start_dir;
};

Description

process_start_dir public construct/copy/destruct

  1. ( start_dir);

process_start_dir public member functions

  1.  ( launcher, 
                             , );

PrevUpHomeNext