다음을 통해 공유


set::pointer

A type that provides a pointer to an element in a set.

typedef typename allocator_type::pointer pointer;

설명

포인터 형식은 요소의 값을 수정 하려면 사용할 수 있습니다.

In most cases, an iterator should be used to access the elements in a set object.

요구 사항

헤더: <설정>

네임스페이스: std

참고 항목

참조

set 클래스

표준 템플릿 라이브러리