PrevUpHomeNext

Function create_pipe

boost::process::create_pipe

Synopsis

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


pipe create_pipe();

Description

Creates an anonymous pipe.

[Note] Note

On Windows anonymous pipes don't support asynchronous I/O.

Throws:

boost::system::system_error in case of an error

PrevUpHomeNext