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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.89.0.
Connect two pipe ends using an anonymous pipe.
template< typename Executor1, typename Executor2> void connect_pipe( basic_readable_pipe< Executor1 > & read_end, basic_writable_pipe< Executor2 > & write_end, boost::system::error_code & ec);
The read end of the pipe.
The write end of the pipe.
Thrown on failure.
Set to indicate what error occurred, if any.