
21 Jan
2010
21 Jan
'10
4:17 p.m.
On Thu, Jan 21, 2010 at 5:27 AM, ishay lavi
Hello!
Hello,
I implement a boost bimap as fallowing: boost::bimap< boost::bimaps::multiset_of , boost::bimaps::set_of > myMap Now I have ‘right iterator’ (myMap::right_iterator rIt) to specific element that I need to convert to related ‘left iterator’ so I can iterate from this point on left side (mean get ‘left iterator’ on rIt->second), how I implement it?
http://www.boost.org/doc/libs/1_41_0/libs/bimap/doc/html/boost_bimap/the_tut... Best regards Matias