run.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 XformT , typename... InputRangeTs>
void run (XformT &&xform, InputRangeTs &&...ranges)
 Runs a transducer composed with no significant reduction. More...
 
Fork me on GitHub