mapcat.hpp File Reference
#include <atria/xform/transducer/cat.hpp>
#include <atria/xform/transducer/map.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 > | |
auto | mapcat (MappingT &&mapping) -> decltype(comp( cat, map(std::forward< MappingT >(mapping)))) |
Similar to clojure.core/mapcat$1. More... | |