into_vector.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 XformT , typename... InputRangeTs>
auto into_vector (XformT &&xform, InputRangeTs &&...ranges) -> std::vector< result_of_t< XformT, meta::value_t< InputRangeTs >... > >
 Similar to clojure.core/into-array. More...
 
Fork me on GitHub