다음을 통해 공유


multiset::const_iterator

A type that provides a bidirectional iterator that can read a const element in the multiset.

typedef implementation-defined const_iterator;

설명

const_iterator 유형은 요소의 값을 수정하는 것을 사용할 수 없습니다.

예제

See the example for begin for an example using const_iterator.

요구 사항

헤더: <설정>

네임스페이스: std

참고 항목

참조

multiset 클래스

표준 템플릿 라이브러리