ViVi Home > 技術文書 > ポインタ入門 > 動的配列クラス > back
int Vector::back() const { if( !m_size ) return -1; else return m_data[m_size - 1]; }
解説:
前: | 次: