PrevUpHomeNext

Macro BOOST_PROCESS_EXITSTATUS

BOOST_PROCESS_EXITSTATUS

Synopsis

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

BOOST_PROCESS_EXITSTATUS

Description

On Windows BOOST_PROCESS_EXITSTATUS is a static cast to int. On POSIX it is set to WEXITSTATUS.

You can use BOOST_PROCESS_EXITSTATUS for the return value of boost::process::wait_for_exit to get the exit status of a process.


PrevUpHomeNext