map_indexed.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 MappingT >
constexpr auto map_indexed (MappingT &&mapping) -> decltype(comp( count(), map(std::forward< MappingT >(mapping))))
 Similar to clojure.core/map-indexed$1. More...
 
Fork me on GitHub