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