18 Sep
2008
18 Sep
'08
10:02 a.m.
joaquin@tid.es wrote:
I think you need to use equal_range here:
// return a range comprising objects with block_id==3 foo_list_.get
().equal_range(3); Does this help?
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
You're right, It works well, it was a part of the documentation I didn't go deeply. Thanks for your help. Axel