P
Pete Becker
Pete said:I couldn't find that definition. In fact, iterators are defined
operationally,
by the operations that they support.
That's an unfortunate term, which should be "sequence container",
just as we have "associative container" and "unordered container." And
it's clear from the way I used it that I wasn't referring to a sequence
container, but to a sequence in its more ordinary sense.
Exactly.
I should add, too, that many of the algorithms in the standard are
described as operating on sequences, but aren't restricted to sequence
containers.
--
-- Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com)
Author of "The Standard C++ Library Extensions: a Tutorial and
Reference." (www.petebecker.com/tr1book)