訪問迭代器 的英文怎麼說

中文拼音 [fǎngwèndiědài]
訪問迭代器 英文
random access iterator
  • : 動詞1. (訪問) call on; interview; visit 2. (調查; 尋求) inquiry into; seek by inquiry [search]; try to get
  • : Ⅰ動詞1 (請人解答) ask; inquire 2 (詢問; 慰問) question; ask about [after]; inquire about [aft...
  • : Ⅰ動詞(輪流; 替換) alternate; change Ⅱ副詞1 (屢次) repeatedly; again and again 2 (及) in tim...
  • : Ⅰ動詞1 (代替) take the place of; be in place of 2 (代理) act on behalf of; acting Ⅱ名詞1 (歷...
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 訪問 : visit; call on; interview; access; addressing; reference to
  1. To store a list of listeners, as long as the list remains mutable and may be accessed by multiple threads, you must either lock the entire list during iteration or clone it before iteration, both of which have a significant cost

    來存放一個偵聽列表,那麼只要該列表是可變的,而且可能要被多個線程,您就必須要麼在對其進行操作期間,要麼在前進行的克隆操作期間,鎖定整個列表,這兩種做法的開銷都很大。
  2. Method can also be used to iterate over a container, accessing each item in the sequence by using the appropriate index

    方法還可用於,通過使用適當的索引序列中的每一項。
  3. 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 )

    這個函數返回一個可任意序列元素的,這個指向序列的第一個元素.然後你可以通過這個所謂的來遍歷這個序列
  4. In addition, the iterator must use the same public interface as everybody else to access the " members " of the underlying data structure, which makes access inefficient

    )此外,必須使用與別人一樣的公共介面底層數據結構的「成員」 ,這使得效率不高。
  5. With checked iterators, users of the standard c library container classes are notified of attempts to access elements outside the bounds of a container. see

    藉助于經過檢查的,標準c + +庫容類的用戶可在嘗試邊界以外的元素時得到通知。
分享友人