random access iterator 中文意思是什麼

random access iterator 解釋
訪問迭代器
  • random : n 〈罕用語〉胡亂行為,偶然的[隨便的]行動[過程]。adj 1 任意的,胡亂的,隨便的;(話等)信口亂說的...
  • access : n. 1. 接近;會面。2. 捷徑,門路〈指方法、手段〉;檢查孔;進路,入口;【自動化】(存貯器的)存取。3. (病的)發作;(怒氣等的)爆發。4. 增加。
  • iterator : 迭代程序
  1. The member function returns a random - access iterator that points at the first element of the sequence ( or just beyond the end of an empty sequence )

    這個函數返回一個可任意訪問序列元素的迭代器,這個迭代器指向序列的第一個元素.然後你可以通過這個所謂的迭代器來遍歷這個序列
分享友人