writebuf.hpp
Go to the documentation of this file.
Utility to write simple transducers easily.
Definition: transducer_impl.hpp:60
auto writebuf(OutputStreamT &stream) -> writebuf_t< std::reference_wrapper< OutputStreamT > >
Generator transducer that reads buffers of size N from stream, and passes them into the sequence...
Definition: writebuf.hpp:79