C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Wraps any iterator with the intent of reversing the direction of next and prior. More...
#include <exercise-7-7.hpp>
Public Types | |
typedef ForwardIt | base |
typedef boost::mpl::iterator_category< ForwardIt >::type | category |
typedef reverse_iterator< ForwardIt > | type |
Wraps any iterator with the intent of reversing the direction of next and prior.
Definition at line 46 of file exercise-7-7.hpp.
typedef ForwardIt exercise_7_7::reverse_iterator< ForwardIt >::base |
Definition at line 48 of file exercise-7-7.hpp.
typedef boost::mpl::iterator_category<ForwardIt>::type exercise_7_7::reverse_iterator< ForwardIt >::category |
Definition at line 49 of file exercise-7-7.hpp.
typedef reverse_iterator<ForwardIt> exercise_7_7::reverse_iterator< ForwardIt >::type |
Definition at line 51 of file exercise-7-7.hpp.