into.hpp File Reference
#include <atria/xform/config.hpp>
#include <atria/xform/transduce.hpp>
#include <atria/xform/reducing/output_rf.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 CollectionT , typename XformT , typename... InputRangeTs> | |
auto | into (CollectionT &&col, XformT &&xform, InputRangeTs &&...ranges) -> CollectionT && |
Similar to clojure.core/into$4. More... | |