C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_3_5::section_3_1::multiply_dimensions< D1, D2 > Struct Template Reference

Multiply all elements of two dimension sequences. More...

#include <exercise-3-5.hpp>

Inheritance diagram for exercise_3_5::section_3_1::multiply_dimensions< D1, D2 >:

Detailed Description

template<typename D1, typename D2>
struct exercise_3_5::section_3_1::multiply_dimensions< D1, D2 >

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.

Template Parameters
D1The first demension.
D2The second demension.

Definition at line 179 of file exercise-3-5.hpp.


The documentation for this struct was generated from the following file: