📜  您如何从迭代器样式的位置转换为 size_type 样式的位置? - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:11.032000             🧑  作者: Mango

代码示例1
Just subtract the .begin() iterator from the
        iterator you are interested in.  This will give you the
        size_type distance between the two iterator positions.