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