”工欲善其事,必先利其器。“—孔子《论语.录灵公》
首页 > 编程 > 比较来自C ++不同容器的迭代器是否有效?

比较来自C ++不同容器的迭代器是否有效?

发布于2025-03-25
浏览:653

Is It Valid to Compare Iterators from Different Containers in C  ? 
从不同的容器

考虑以下代码:

Will the expression foo.begin() == bar.begin() yield false or lead to undefined behavior?

Delving into the C 11 standard (n3337) can shed light on this dilemma:

Iterators within the相同的序列
std::vector foo;
std::vector bar;
std::cout  lwg问题#446 

lwg问题#446明确解决了这个问题,提出了以下添加标准的添加:

最新教程 更多>

免责声明: 提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发到邮箱:[email protected] 我们会第一时间内为您处理。

Copyright© 2022 湘ICP备2022001581号-3