Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition default_process_launcher

default_process_launcher — The default launcher for processes.

Synopsis

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


typedef  ;

Description

This launcher will be used by process if a process is launched through the constructor:

process 


PrevUpHomeNext