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