我正在遍历向量,并且需要迭代器当前指向的索引。可以通过两种方式完成此操作:
it - vec.begin()
std::distance(vec.begin(), it)
这些方法的优缺点是什么?
慕码人8056858
芜湖不芜
相关分类