Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition native_exit_code_type

native_exit_code_type — The native exit-code type, usually an integral value.

Synopsis

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


typedef implementation_defined native_exit_code_type;

Description

The OS may have a value different from int to represent the exit codes of subprocesses. It might also contain additional information.


PrevUpHomeNext