다음을 통해 공유


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

참고 항목

참조

deque 클래스

표준 템플릿 라이브러리