mirror of
https://github.com/boostorg/cobalt.git
synced 2026-01-19 16:12:15 +00:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
== cobalt/io/random_access_device.hpp
|
|
|
|
A random_access_device is an io object that allows reads and writes at a random position.
|
|
E.g. a file.
|
|
|
|
[source,cpp]
|
|
----
|
|
include::../../../include/boost/cobalt/io/random_access_device.hpp[tag=outline]
|
|
----
|
|
|