From f618d71c0e831fe1f2a855b6ff464528eae210ce Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 13 Jan 2004 00:29:42 +0000 Subject: [PATCH] generating html [SVN r21653] --- doc/counting_iterator.html | 8 ++++---- doc/new-iter-concepts.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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.

Table of Contents