Where does the end iterator point to in non-contiguous C++ containers?

后端 未结 0 809
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-22 06:44

In something like an std::vector the ::end() iterator will point to one past the last element. You can\'t dereference this iterator but you can compare it to another iterato

相关标签:
回答
  • 消灭零回复
提交回复
热议问题