
14 Mar
2006
14 Mar
'06
4:56 p.m.
It would be nice to have a modify_range/modify_key_range that would apply a function object to each deref'd iterator in the range. Since the multi_index iterator derefences to a const value_type&, one can not use std::for_each in particular to apply modifications. Or am I missing something. Thanks, Jeff