iterator造句
2024年03月24日 10:37:53
These
iterator types are defined in the
iterator header.
上述迭代器類型都在
iterator頭文件中定義.
The
iterator category is at least a forward
iterator.
迭代器類別至少為前向迭代器.
When we assign through an insert
iterator, the
iterator inserts a new element.
當(dāng)我們通過(guò)inserter迭代器賦值時(shí), 迭代器插入新的元素.
This
iterator adaptor caches the result of dereferencing the underlying
iterator.
這個(gè)迭代器適配器緩存底層迭代器解引用的結(jié)果.
There are five
iterator categories: input, output, forward, bidirectional, and random access.
標(biāo)準(zhǔn)庫(kù)定義了五種迭代器類別: 輸入 、 輸出 、 前向 、 雙向和隨機(jī)訪問(wèn)迭代器.