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