map.hpp File Reference
#include <atria/xform/transducer_impl.hpp>
#include <atria/meta/utils.hpp>
#include <atria/estd/functional.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. | |
Typedefs | |
template<typename T > | |
using | map_t = transducer_impl< detail::map_rf_gen, T > |
Functions | |
template<typename MappingT > | |
auto | map (MappingT &&mapping) -> map_t< estd::decay_t< MappingT > > |
Similar to clojure.core/map$1. More... | |