template<class ...>
Rodin::Utility::Zip struct

Metafunction to combine two Tuples element-wise using a binary template.

Zip takes two Tuple types of equal size and a binary template Pair, and produces a new Tuple where each element is Pair<Ti, Gi> for corresponding elements Ti from the first tuple and Gi from the second.