sink.hpp
Go to the documentation of this file.
Utility to write simple transducers easily.
Definition: transducer_impl.hpp:60
auto sink(ActionT &&action) -> sink_t< estd::decay_t< ActionT > >
Transducer that evaluates action on each input.
Definition: sink.hpp:72