다음을 통해 공유


checked_array_iterator::operator->

checked_array_iterator 의 주소인 요소를 지정을 반환합니다.

pointer operator->( ) const;

반환 값

A pointer to the element addressed by the checked_array_iterator.

설명

See checked_array_iterator::pointer for a code sample.

자세한 내용은 Checked Iterators을 참조하십시오.

요구 사항

헤더: <iterator>

네임스페이스: std

참고 항목

참조

checked_array_iterator 클래스

표준 템플릿 라이브러리