multimap::const_pointer
A type that provides a pointer to a const element in a multimap.
typedef typename allocator_type::const_pointer const_pointer;
설명
이 const_pointer 유형은 요소의 값을 수정하는 것을 사용할 수 없습니다.
In most cases, an iterator should be used to access the elements in a multimap object.
요구 사항
헤더: <맵>
네임스페이스: std