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