[]运算符重载,返回数组索引的引用 int& MyArray::operator[](int index) { return this->pAddress[index]; }
posted on 2021-04-23 17:53 lodger47 阅读(103) 评论(0) 收藏 举报