each.hpp
Go to the documentation of this file.
auto each(ActionT &&action) -> each_t< estd::decay_t< ActionT > >
Transducer that evaluates action on each input, forwarding the input down the original inputs down th...
Definition: each.hpp:66
Utility to write simple transducers easily.
Definition: transducer_impl.hpp:60