다음을 통해 공유


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

참고 항목

참조

multimap 클래스

표준 템플릿 라이브러리