I am looking for an example of an iterator which satisfies the limited qualities to be considered a ForwardIterator, while not being anything else in the hierarchy of iterators.
I have written a program which prints which of the five iterator categories an iterator conforms to. I have tested it for the other four iterator categories.