C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter7::zip_iterator< IteratorSeq, Category > Struct Template Reference

An iterator into a sequence of sequences. More...

#include <chapter-7-zip_view.hpp>

Inheritance diagram for chapter7::zip_iterator< IteratorSeq, Category >:

Public Types

typedef IteratorSeq base
 
typedef Category category
 

Detailed Description

template<typename IteratorSeq, typename Category>
struct chapter7::zip_iterator< IteratorSeq, Category >

An iterator into a sequence of sequences.

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

Member Typedef Documentation

◆ base

template<typename IteratorSeq , typename Category >
typedef IteratorSeq chapter7::zip_iterator< IteratorSeq, Category >::base

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

◆ category

template<typename IteratorSeq , typename Category >
typedef Category chapter7::zip_iterator< IteratorSeq, Category >::category

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


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