run.hpp
Go to the documentation of this file.
auto transduce(XformT &&xform, ReducingFnT &&step, StateT &&state, InputRangeTs &&...ranges) -> estd::decay_t< StateT >
Similar to clojure.core/transduce.
Definition: transduce.hpp:41
void run(XformT &&xform, InputRangeTs &&...ranges)
Runs a transducer composed with no significant reduction.
Definition: run.hpp:48