deque::const_iterator
A type that provides a random-access iterator that can access and read a const element in the deque.
typedef implementation-defined const_iterator;
설명
이 const_iterator 유형은 요소의 값을 수정하는 것을 사용할 수 없습니다.
예제
See the example for back.
요구 사항
헤더: <deque>
네임스페이스: std