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

Struct require_io_context

boost::process::extend::require_io_context

Synopsis

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


struct require_io_context {
};

Description

Inheriting the class will tell the launching process that an io_context is needed. This should always be used when get_io_context is used.


PrevUpHomeNext