into.hpp File Reference

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...
 
Fork me on GitHub