Streams have .read_some(...)
(readable stream) and .write_some(...)
(writable stream) functions.
Path | Description | |
---|---|---|
buffered_reader.hh | Buffered reader for any readable stream | Example/Tests |
common.hh | Common functionality (concepts) | Example/Tests |