다음을 통해 공유


forward_list::cbefore_begin

앞 목록에서 첫 번째 요소 앞의 위치를 가리키는 상수 반복기를 반환합니다.

const_iterator cbefore_begin() const;

반환 값

A forward iterator that points just before the first element of the sequence (or just before the end of an empty sequence).

요구 사항

헤더: <forward_list>

네임스페이스: std

참고 항목

참조

forward_list 클래스