31 Dec
2015
31 Dec
'15
3:22 p.m.
Hi,
I am trying to modify members of all elements matching value for a given
index in a boost.multiindex container
index.modify(
index.find(value),
[](T& element) { ... }
)
seems to update a singular element(first match)
On the other hand,
std::pair