C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter7::zip_view< Sequences > Struct Template Reference

Wraps corresponding elements across a sequence of sequences. More...

#include <chapter-7-zip_view.hpp>

Inheritance diagram for chapter7::zip_view< Sequences >:

Public Types

typedef zip_view_tag tag
 

Detailed Description

template<typename Sequences>
struct chapter7::zip_view< Sequences >

Wraps corresponding elements across a sequence of sequences.

Template Parameters
SequencesA sequence of identically sized sequences.

Definition at line 125 of file chapter-7-zip_view.hpp.

Member Typedef Documentation

◆ tag

template<typename Sequences >
typedef zip_view_tag chapter7::zip_view< Sequences >::tag

Definition at line 141 of file chapter-7-zip_view.hpp.


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