
24 Sep
2006
24 Sep
'06
10:28 a.m.
IIUC, Benoit wants, essentially, the property map equivalent of an indirect iterator. I am sorry, i am not familiar with indirect_iterator. Although i have taken a look at the documentation, i must admit i still don't see the link between with i am proposing.
Do you mean i could use indirect_iterator to implement it ? PS : there was a mistake in the file i provided : "typename boost::property_traits < Prop1 >::key_type" must be replaced by "typename boost::property_traits < Prop1 >::value_type". -- BenoƮt