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 a snapshot of the master branch, built from commit c6a8213e9b.
PrevUpHomeNext

Function template get_io_context

boost::process::extend::get_io_context

Synopsis

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


template<typename Sequence> 
  asio::io_context & get_io_context(const Sequence & seq);

Description

This function gets the io_context from the initializer sequence.

[Note] Note

Yields a compile-time error if no io_context is provided.

Parameters:

seq

The Sequence of the initializer.


PrevUpHomeNext