Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 671 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 671 Bytes

Stream classes and concepts

Streams have .read_some(...) (readable stream) and .write_some(...) (writable stream) functions.

Overview

Path Description
buffered_reader.hh Buffered reader for any readable stream Example/Tests
common.hh Common functionality (concepts) Example/Tests