iosrc.IOSource

Undocumented in source.
template iosrc(alias fun, Chain)
struct IOSource {}

Alias This

chain

Members

Functions

read
size_t read(T buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chain
Chain chain;
Undocumented in source.

Meta