unzip.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

using unzip_t = transducer_impl< detail::unzip_rf_gen >
 

Variables

constexpr auto unzip = unzip_t {}
 Transducer that expands all tuples in the inputs in the argument list of the next transducer. More...
 
Fork me on GitHub