19 Mar
2013
19 Mar
'13
11:59 a.m.
Hi Using boost::multiindex, I am looking for a method to retrieve the the last element. Something like rbegin(). As I looked in to the manual page, http://www.boost.org/doc/libs/1_53_0/libs/multi_index/doc/tutorial/basics.ht..., I could not find such function. Problem with end() is that it points to the last_element+1 which is null. Regards, Mahmood