Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition pipe

pipe

Synopsis

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


typedef BoostAsioPipe pipe;

Description

The pipe class is a type definition for stream-based classes defined by Boost.Asio.

The type definition is provided for convenience. You can also use Boost.Asio classes directly for asynchronous I/O operations.


PrevUpHomeNext