System::Array::cend 메서드
Array::cend method
컨테이너의 마지막 요소 다음에 있는 요소에 대한 반복자를 반환합니다. 이 요소는 자리표시자 역할을 하며, 접근을 시도하면 정의되지 않은 동작이 발생합니다.
const_iterator System::Array<T>::cend() const noexcept
ReturnValue
컨테이너의 마지막 요소 뒤에 배치된 이론적인 const 한정 요소를 가리키는 반복자.
또 보기
- Typedef const_iterator
- Class Array
- Namespace System
- Library Aspose.Page for C++