4 Jun
2002
4 Jun
'02
12:02 p.m.
So, what is the "normal" way of creating an iterator out of thin air as it were?
That was the question in my mind, which the first sentence of the Iterator
Adaptors documentation led me to hope it would answer: "The Iterator Adaptor
library allows you transform an arbitrary ``base'' type into a
standard-conforming iterator". If the base type is a container, how do you
do it?
- Keith MacDonald
"Duane Murphy"
--- At Tue, 4 Jun 2002 00:05:46 -0400, David Abrahams wrote: <snip> So, what is the "normal" way of creating an iterator out of thin air as it were?
...Duane