다음을 통해 공유


basic_string::crbegin

예약된 문자열에서 첫 번째 요소를 주소 지정하는 상수 반복기를 반환합니다.

const_reverse_iterator crbegin() const;

반환 값

A reverse iterator that points just beyond the end of the string. The position designates the beginning of the reverse string.

요구 사항

헤더: <string>

네임스페이스: std

참고 항목

참조

basic_string 클래스

<string>

기타 리소스

basic_string 멤버

<string> 멤버