codercheny
6/4/2018 - 6:30 AM

this指针

this指针

成员函数的默认第一个参数为:

T * const this

常成员函数的默认第一个参数为:

const T * const this