ViVi Home > 技術文書 > ポインタ入門 > 文字列クラス > pop_back()
void String::pop_back() { if( m_size != 0 ) m_data[--m_size] = '\0'; }
解説:
前: | 次: