admin管理员组

文章数量:1344570

In C++, this is a pointer which refers to the current object/instance. Inside every member function, the this keyword is a pointer that holds the address of the current implicit object.

But, I am very curious: How does C++ set the this keyword? Like, how is it defined in C++? How does C++ determine the appropriate object for the this pointer?

本文标签: How is the 39this39 keyword set in CStack Overflow