Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下陈述的哪一部分不正确?
输入迭代器只能从当前位置读取一次,然后必须递增。无法写入当前位置。
输入迭代器只能从当前位置读取一次,然后必须递增。
这部分是不正确的。您可以根据需要多次取消引用输入迭代器!(然而,大多数输入迭代器都是单程的。)
无法写入当前位置。
这部分是正确的。你有一个输入迭代器。