into_vector.hpp
Go to the documentation of this file.
auto into(CollectionT &&col, XformT &&xform, InputRangeTs &&...ranges) -> CollectionT &&
Similar to clojure.core/into$4.
Definition: into.hpp:48
auto into_vector(XformT &&xform, InputRangeTs &&...ranges) -> std::vector< result_of_t< XformT, meta::value_t< InputRangeTs >... > >
Similar to clojure.core/into-array.
Definition: into_vector.hpp:44
eval_t< get_value_type< estd::decay_t< T > > > value_t
Convenient alias for get_value_type
Definition: value_type.hpp:76
typename std::result_of< T >::type result_of_t
Similar to C++14 std::result_of_t.
Definition: type_traits.hpp:60