C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_7_7::is_valid_reverse_category< Iterator > Struct Template Reference

Determines if the source iterator is suitable for reversal. More...

#include <exercise-7-7.hpp>

Inheritance diagram for exercise_7_7::is_valid_reverse_category< Iterator >:

Detailed Description

template<typename Iterator>
struct exercise_7_7::is_valid_reverse_category< Iterator >

Determines if the source iterator is suitable for reversal.

Template Parameters
IteratorSome "normal" iterator acquired with boost::mpl::begin, or some other ordinary means.

Definition at line 61 of file exercise-7-7.hpp.


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