diff --git a/doc/counting_iterator.html b/doc/counting_iterator.html index f4bb6b2..d9d2f94 100644 --- a/doc/counting_iterator.html +++ b/doc/counting_iterator.html @@ -48,9 +48,9 @@ below). -
counting_iterator adapts an incrementable type such as int -or std::list<std::string>::iterator, by adding an operator* -that returns the current value of the object.
+counting_iterator adapts an object by adding an operator* that +returns the current value of the object. All other iterator operations +are forwarded to the adapted object.