keywords:this

C++ Reference

this

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

Related Topics: class, operator