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