Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition stream_id

stream_id

Synopsis

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


typedef NativeStreamId stream_id;

Description

Stream id type.

Depending on the platform the stream id type is defined to refer to standard streams only or to support more streams.


PrevUpHomeNext