
16 Sep
2004
16 Sep
'04
12:53 a.m.
"Jeff Flinn" <TriumphSprint2000@hotmail.com> writes:
Does this imply that the following would be possible:
begin( as_reverse(x) )
Well, you could create a reversed container adaptor I guess. My first thought was that make_reverse_iterator(begin(x)) was the right incantation. But I might like your idea better.
begin( as_const( as_reverse(x) ) ) begin( as_reverse( as_const(x) ) )
Yes, I'm quite fond of those. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com