로그인 회원가입

iterator

발음:
"iterator" 예문

국어 번역mobile phone모바일

  • 반복기

예문

  • Returns: true if the iterator has more elements.
    반환값: 반복자가 또한 요소를 가지는 경우는 true
  • How to use iterator to go through a HashMap?
    web.xml에 에러 페이지 정의 하여 사용하는 방법
  • The values that this iterator points to are unspecified.
    그리고, 이 반복자가 가리키는 값을 first가 가리키는 원소와 맞바꾸게 된다.
  • Returns an iterator over the elements in this queue.
    이 큐내의 요소의 반복자를 리턴합니다.
  • Returns an iterator over the elements in this list in proper sequence.
    이 리스트내의 요소를 적절한 순서로 반복 처리 하는 반복자를 리턴합니다.
  • In that case, information about other attributes that the implementor may have need not be made accessible through the iterator.
    그 경우, 구현측이 가지는 그 외의 속성에 대한 정보는 반복자를 통해서 액세스 가능하게 할 필요는 없습니다.
  • Iterator pointing to the first element that is not less than value , or last if no such element is found.
    value 보다 작지 않은 첫번째 요소를 가리키는 iterator를 반환합니다. 조건을 만족하는 요소가 없으면 last 를 반환합니다.
  • Moving an iterator from one part of the sequence to another takes time proportional to the number of elements between the two.
    예를 들어, 한 시퀀스에서 다른 시퀀스로 값들을 복사하는 generic 알고리듬에서 출력 반복자를 사용할 수 있다.
  • For example, this function copies all the elements of a container v to standard output. ostream_iterator is an adaptor; it is an output iterator type.
    예를 들어, 한 시퀀스에서 다른 시퀀스로 값들을 복사하는 generic 알고리듬에서 출력 반복자를 사용할 수 있다.
  • The concept of iterators as implemented by STL can be difficult to understand at first: for example, if a value pointed to by the iterator is deleted, the iterator itself is then no longer valid.
    STL에 의해 구현된 반복자의 개념은 이해하기 어려울 수 있다: 예를 들면 반복자가 가리키던 값이 지워지면, 반복자 자체는 더 이상 유효하지 않다.
  • 예문 더보기:  1  2
영어→한국어 한국어→영어