
4 Apr
2009
4 Apr
'09
3:37 p.m.
Hello all! As I need to know if a insertion in my multi-index container succeded or not I've asked me and now you: How can I get a bool from inserting a new object? My problem: MyMultiIndex mmi; MyClass mc0; MyClass mc1 = mc0; mmi.insert(mc0); // mc0 inserted mmi.insert(mc1); // mc1 not inserted Thanks, Goran