C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_5_6::dimensions_iterator< S > Struct Template Reference

Define a (forward-only) iterator for our dimensions sequence. More...

#include <exercise-5-6.hpp>

Public Types

typedef boost::mpl::forward_iterator_tag category
 

Detailed Description

template<typename S>
struct exercise_5_6::dimensions_iterator< S >

Define a (forward-only) iterator for our dimensions sequence.

Definition at line 83 of file exercise-5-6.hpp.

Member Typedef Documentation

◆ category

template<typename S >
typedef boost::mpl::forward_iterator_tag exercise_5_6::dimensions_iterator< S >::category

Definition at line 85 of file exercise-5-6.hpp.


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