[multi-index] hashed_unique and sequenced question
26 Apr
2007
26 Apr
'07
2:10 p.m.
Hello, Is there any way to find an element in the multi-index container by it's hash and proceed with all elements which were added later on in the sequence after it? With Kind Regards, Ovanes Markarian
26 Apr
26 Apr
3:30 p.m.
Ovanes Markarian ha escrito:
Hello,
Is there any way to find an element in the multi-index container by it's hash and proceed with all elements which were added later on in the sequence after it?
Certainly, please read about project() facilities at: http://boost-consulting.com/boost/libs/multi_index/doc/tutorial/basics.html#... So, find the element using the hased index and then project to an iterator of the sequenced index pointing to that same element. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
6424
Age (days ago)
6424
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joaquín Mª López Muñoz
-
Ovanes Markarian