iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
ZeroDev
iopipe
stream
A source stream that always reads zeros, no matter what the data type is.
struct
ZeroDev {
size_t
read
(T buf);
}
Members
Functions
read
size_t
read
(T buf)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
iopipe
stream
aliases
IODev
functions
openDev
structs
NullDev
ZeroDev
variables
nullDev
zeroDev
A source stream that always reads zeros, no matter what the data type is.