$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Benoit (benoit.casoetto_at_[hidden])
Date: 2006-09-24 06:28:49
> 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