C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise-7-2.hpp
Go to the documentation of this file.
1// ===-- chapter-7/exercise-7-2.hpp ----------------------- -*- C++ -*- --=== //
9#ifndef EXERCISE_7_2
10#define EXERCISE_7_2
11
12// See chapter-7-zip_view.hpp for the real work.
14
15
29#endif // EXERCISE_7_2
"Zip" corresponding elements of N arrays into a sequence of N-length subsequences.