this keyword — Object pointer in member function
primary-expr := this
The this
keyword can be used
only in nonstatic member functions. Its value is a pointer to the
target object of a member function call. If the member function is
qualified (with const
or volatile
), the same qualifiers apply to the
type of this
.