System::Collections::Generic::BaseDictionary::cend 메서드
BaseDictionary::cend method
컨테이너의 마지막 요소 다음에 위치한 요소에 대한 iterator를 반환합니다. STL 스타일로 구현되었습니다. 이 요소는 자리표시자 역할을 하며, 접근을 시도하면 정의되지 않은 동작이 발생합니다.
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cend() const noexcept
ReturnValue
컬렉션의 끝 요소 뒤에 배치된 이론적인 const 한정 요소를 가리키는 반복자.
또 보기
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++