首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >如何解决sequence not ordered?

如何解决sequence not ordered?

提问于 2023-04-28 15:49:41
回答 0关注 0查看 86

编程语言:C++

编译器:VS2022 社区版

操作系统:Windows11

我自定义了类型CustomType,现在我想使用std::unordered_set来对std::unordered_set<CustomType>进行交并补运算,比如说std::set_union。在运行的过程中出现异常,即,sequence not ordered。

请问怎么解决?

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档