hash_multiset::const_iterator
참고
이 API는 사용되지 않습니다.unordered_multiset 클래스를 대신 사용하는 것이 좋습니다.
A type that provides a bidirectional iterator that can read a const element in the hash_multiset.
typedef list<typename Traits::value_type, typename Traits::allocator_type>::const_iterator const_iterator;
설명
이 const_iterator 유형은 요소의 값을 수정하는 것을 사용할 수 없습니다.
Visual C++.NET 2003에서, <hash_map> 및 <hash_set> 헤더 파일의 멤버는 더 이상 std 네임스페이스에 존재하지 않습니다. 대신 stdext 네임스페이스로 이동되었습니다. 자세한 내용은 stdext 네임스페이스를 참조하십시오.
예제
See example for begin for an example using const_iterator.
요구 사항
헤더: <hash_set>
네임스페이스: stdext