mapcat.hpp
Go to the documentation of this file.
#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
auto mapcat(MappingT &&mapping) -> decltype(comp( cat, map(std::forward< MappingT >(mapping))))
Similar to clojure.core/mapcat$1.
Definition: mapcat.hpp:40
auto map(MappingT &&mapping) -> map_t< estd::decay_t< MappingT > >
Similar to clojure.core/map$1.
Definition: map.hpp:79