map_indexed.hpp
Go to the documentation of this file.
constexpr auto count(InitT init=InitT{0}, StepT step=StepT{1}) -> count_t< InitT, StepT >
Generator transducer produces a sequence:
Definition: count.hpp:78
#define ABL_DECLTYPE_RETURN(body_expr)
Utility for defining generic functions with a deduced return type, that are composed of a single expr...
Definition: utils.hpp:109
constexpr auto map_indexed(MappingT &&mapping) -> decltype(comp( count(), map(std::forward< MappingT >(mapping))))
Similar to clojure.core/map-indexed$1.
Definition: map_indexed.hpp:40
auto map(MappingT &&mapping) -> map_t< estd::decay_t< MappingT > >
Similar to clojure.core/map$1.
Definition: map.hpp:79