Function template get_io_context
boost::process::extend::get_io_context
Synopsis
template<typename Sequence>
( seq);
Description
This function gets the io_context from the initializer sequence.
![[Note]](../../../../../doc/src/images/note.png) |
Note |
Yields a compile-time error if no io_context is provided. |
Parameters: |
seq
|
The Sequence of the initializer. |
|