writebuf.hpp File Reference
#include <atria/xform/transducer_impl.hpp>
#include <functional>
#include <iterator>
#include <ios>

Go to the source code of this file.

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::xform
 Efficient and flexible C++ implementation of transducers.
 

Typedefs

template<typename OutputStreamRefT >
using writebuf_t = transducer_impl< detail::writebuf_rf_gen, OutputStreamRefT >
 

Functions

template<typename OutputStreamT >
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. More...
 
Fork me on GitHub