boost::process::extend::get_io_service
// In header: <boost/process/extend.hpp> template<typename Sequence> asio::io_service & get_io_service(const Sequence & seq);
This function gets the io_service from the initializer sequence.
Yields a compile-time error if no io_service is provided.
io_service
Parameters:
seq
The Sequence of the initializer.