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