C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
An iterator into a sequence of sequences. More...
#include <chapter-7-zip_view.hpp>
Public Types | |
typedef IteratorSeq | base |
typedef Category | category |
An iterator into a sequence of sequences.
Definition at line 109 of file chapter-7-zip_view.hpp.
typedef IteratorSeq chapter7::zip_iterator< IteratorSeq, Category >::base |
Definition at line 112 of file chapter-7-zip_view.hpp.
typedef Category chapter7::zip_iterator< IteratorSeq, Category >::category |
Definition at line 113 of file chapter-7-zip_view.hpp.