
15 Apr
2010
15 Apr
'10
7:46 p.m.
Ion GaztaƱaga wrote:
On 15/04/2010 16:34, Andy Venikov wrote:
Since there is no "back" method for intrusive set, what's the best way to access the last (greatest) element?
Is this OK:?
Yes, what about rbegin()?
Yup, rbegin will work. But I already have a range (begin<-->end), and just need to access the last element in the range.
Best,
Ion _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thanks, Andy.