mirror of
https://github.com/boostorg/cobalt.git
synced 2026-01-24 05:42:13 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
== cobalt/io/stream.hpp
|
|
|
|
A stream is an io object that allows reads and writes, such as a tcp socket.
|
|
|
|
[source,cpp]
|
|
----
|
|
include::../../../include/boost/cobalt/io/stream.hpp[tag=outline]
|
|
----
|
|
|