map_indexed.hpp File Reference
#include <atria/xform/transducer/map.hpp>
#include <atria/xform/transducer/count.hpp>
#include <atria/prelude/comp.hpp>
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... | |