C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Files | |
file | chapter-7-permutation_view.hpp [code] |
Defines a view of a sequence that appears to alter the elements' order. | |
file | chapter-7-zip_view.hpp [code] |
"Zip" corresponding elements of N arrays into a sequence of N-length subsequences. | |
file | chapter-7.cpp [code] |
Test application for Chapter 7. | |
file | exercise-7-0.hpp [code] |
Solution to Exercise 7-0. | |
file | exercise-7-2.hpp [code] |
Solution to Exercise 7-2. | |
file | exercise-7-3.hpp [code] |
Solution to Exercise 7-3. | |
file | exercise-7-7.hpp [code] |
Solution to Exercise 7-7. | |