System::Collections::Generic::LinkedList::cbegin 메서드
LinkedList::cbegin method
컬렉션의 첫 번째 const 한정 요소에 대한 반복자를 가져옵니다.
const_iterator System::Collections::Generic::LinkedList<T>::cbegin() const noexcept
ReturnValue
연결 리스트에서 첫 번째 const 한정 요소를 가리키는 반복자.
또 보기
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++