Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global on_setup

boost::process::extend::on_setup — This handler is invoked before the process in launched, to setup parameters. The required signature is void(Exec &), where Exec is a template parameter.

Synopsis

// In header: <boost/process/extend.hpp>

unspecified on_setup;

PrevUpHomeNext