ViVi Home > 技術文書 > ポインタ入門 > 動的配列クラス > int &operator[](int)
int &Vector::operator[](int ix) { return m_data[ix]; }
解説:
前: | 次: