MEM_FUN を使用して、この Boost multi_index 複合キーをチェックしていました
この例の消去機能を実装する方法を教えてもらえますか?
今、私はやっています
Name_set_by_last::iterator mitchells = names.get<last>().find("mitchell");
names.erase(mitchells );//shows error
MEM_FUN を使用して、この Boost multi_index 複合キーをチェックしていました
この例の消去機能を実装する方法を教えてもらえますか?
今、私はやっています
Name_set_by_last::iterator mitchells = names.get<last>().find("mitchell");
names.erase(mitchells );//shows error