transduce.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
auto reduce(ReducingFnT &&step, StateT &&state, InputRangeTs &&...ranges) -> estd::decay_t< StateT >
Similar to clojure.core/reduce.
Definition: reduce.hpp:70