BZ易风

导航

 

1.1          返回数组索引的引用

1.2          int & operator[](int index)

1.3          return this->pAddress[index]

int& operator[](int index)
{
    return this->p_Address[index];
}

 

posted on 2021-08-23 14:36  BZ易风  阅读(47)  评论(0编辑  收藏  举报