into_vector.hpp File Reference
#include <atria/xform/into.hpp>
#include <atria/xform/state_traits.hpp>
#include <atria/xform/meta.hpp>
#include <atria/xform/reducing/last_rf.hpp>
#include <atria/meta/value_type.hpp>
#include <vector>
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... | |