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

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

#include <exercise-3-5.hpp>

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

Detailed Description

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

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.

Template Parameters
D1The first demension.
D2The second demension.

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


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