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.
13
#include "
chapter-7-zip_view.hpp
"
14
15
29
#endif
// EXERCISE_7_2
chapter-7-zip_view.hpp
"Zip" corresponding elements of N arrays into a sequence of N-length subsequences.
chapter-7
exercise-7-2.hpp
Generated on Fri Mar 8 2024 12:11:48 for C++ Template Metaprogramming by
1.9.6