C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
A simple metafunction to get the iterator category from the first iterator in a sequence. More...
#include <chapter-7-zip_view.hpp>
Public Types | |
typedef boost::mpl::begin< S >::type::category | type |
A simple metafunction to get the iterator category from the first iterator in a sequence.
The iterator category must not change throughout the entire sequence.
S | A sequence in the sequence of sequences. |
Definition at line 42 of file chapter-7-zip_view.hpp.
typedef boost::mpl::begin<S>::type::category chapter7::extract_iterator_category< S >::type |
Definition at line 44 of file chapter-7-zip_view.hpp.