basic_string::pop_back
문자열의 마지막 요소를 지웁니다.
void pop_back();
설명
This member function effectively calls erase(size() - 1) to erase the last element of the sequence, which must be non-empty.
요구 사항
헤더: <string>
네임스페이스: std
문자열의 마지막 요소를 지웁니다.
void pop_back();
This member function effectively calls erase(size() - 1) to erase the last element of the sequence, which must be non-empty.
헤더: <string>
네임스페이스: std