this
The this keyword is a pointer to the current object. All member functions of a class have a this pointer.
Related topics:
The this keyword is a pointer to the current object. All member functions of a class have a this pointer.