C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Wraps corresponding elements across a sequence of sequences. More...
#include <chapter-7-zip_view.hpp>
Public Types | |
typedef zip_view_tag | tag |
Wraps corresponding elements across a sequence of sequences.
Sequences | A sequence of identically sized sequences. |
Definition at line 125 of file chapter-7-zip_view.hpp.
typedef zip_view_tag chapter7::zip_view< Sequences >::tag |
Definition at line 141 of file chapter-7-zip_view.hpp.