2
0
mirror of https://github.com/boostorg/cobalt.git synced 2026-01-19 16:12:15 +00:00
Files
cobalt/doc/reference/io/random_access_device.adoc
2025-06-24 18:15:10 +08:00

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]
----