each.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. | |
Typedefs | |
template<typename T > | |
using | each_t = transducer_impl< detail::each_rf_gen, T > |
Functions | |
template<typename ActionT > | |
auto | each (ActionT &&action) -> each_t< estd::decay_t< ActionT > > |
Transducer that evaluates action on each input, forwarding the input down the original inputs down the transducer chain. More... | |