unzip.hpp File Reference
#include <atria/xform/transducer_impl.hpp>
#include <atria/meta/get_index_sequence.hpp>
#include <atria/estd/type_traits.hpp>
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... | |