Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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