boost multi_index 插入返回值

boost multi_index 对象插入函数emplace() 的返回值,是一个std::pair<iterator, bool>
该pair 的first 是一个插入成功的位置,第二个用于判断插入成功与失败。

原文地址:https://www.cnblogs.com/suyunhong/p/6344153.html