C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Encapsulate solution for Exercise 7-7. More...
Classes | |
struct | is_valid_reverse_category |
Determines if the source iterator is suitable for reversal. More... | |
struct | reverse_iterator |
Wraps any iterator with the intent of reversing the direction of next and prior. More... | |
Encapsulate solution for Exercise 7-7.