cppreference.com > C/C++ Keywords > this
this

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