C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Multiply all elements of two dimension sequences. More...
#include <exercise-3-5.hpp>
Multiply all elements of two dimension sequences.
Create a sequence that contains all the elements of the first sqeuence multiplied by all the elements of the second sequence.
D1 | The first demension. |
D2 | The second demension. |
Definition at line 179 of file exercise-3-5.hpp.