다음을 통해 공유


deque::iterator

A type that provides a random-access iterator that can read or modify any element in a deque.

typedef implementation-defined iterator;

설명

A type iterator can be used to modify the value of an element.

예제

See the example for begin.

요구 사항

헤더: <deque>

네임스페이스: std

참고 항목

참조

deque 클래스

표준 템플릿 라이브러리