transduce.hpp File Reference
#include <atria/xform/reduce.hpp>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. | |
Functions | |
| template<typename XformT , typename ReducingFnT , typename StateT , typename... InputRangeTs> | |
| auto | transduce (XformT &&xform, ReducingFnT &&step, StateT &&state, InputRangeTs &&...ranges) -> estd::decay_t< StateT > |
| Similar to clojure.core/transduce. More... | |

1.8.10