C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches

Create crossproduct_view.

Create crossproduct_view.

7-8. Implement a crossproduct_view template that adapts two original
     sequences by presenting all possible pairs of their elements in a right
     cross product order.