partition_by.hpp File Reference
#include <atria/xform/reduce.hpp>
#include <atria/xform/state_wrapper.hpp>
#include <atria/xform/transducer_impl.hpp>
#include <atria/xform/skip.hpp>
#include <atria/estd/functional.hpp>
#include <vector>
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 | partition_by_t = transducer_impl< detail::partition_by_rf_gen, T > |
Functions | |
template<typename MappingT > | |
auto | partition_by (MappingT &&mapping) -> partition_by_t< estd::decay_t< MappingT > > |
Similar to clojure.core/partition-by$1. More... | |