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

Define a bi-directional iterator for our dimensions_b sequence. More...

#include <exercise-5-7.hpp>

Public Types

typedef boost::mpl::bidirectional_iterator_tag category
 

Detailed Description

template<typename S>
struct exercise_5_7::dimensions_b_iterator< S >

Define a bi-directional iterator for our dimensions_b sequence.

Definition at line 40 of file exercise-5-7.hpp.

Member Typedef Documentation

◆ category

template<typename S >
typedef boost::mpl::bidirectional_iterator_tag exercise_5_7::dimensions_b_iterator< S >::category

Definition at line 42 of file exercise-5-7.hpp.


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