System::Collections::Generic::LinkedList::crbegin 메서드

LinkedList::crbegin method

컬렉션의 마지막 const 한정 요소에 대한 역방향 반복자를 가져옵니다 (역순에서 첫 번째).

const_reverse_iterator System::Collections::Generic::LinkedList<T>::crbegin() const noexcept

ReturnValue

연결 리스트에서 마지막 const 한정 요소(역방향에서 첫 번째)를 가리키는 역방향 반복자.

또 보기