Getting a "direct" iterator from Pointer Container

29 May
2007
29 May
'07
9:41 p.m.
Hi I'm using boost pointer container. Is it possible to get a "direct" iterator from Pointer Container? That's the iterator get form a normal stl iterator that points to the pointer? Thanks.

30 May
30 May
11:47 p.m.
on Tue May 29 2007, "Lost"
Hi I'm using boost pointer container. Is it possible to get a "direct" iterator from Pointer Container? That's the iterator get form a normal stl iterator that points to the pointer?
does p.base() work for you? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
6534
Age (days ago)
6535
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
Lost