Skip to content

this

this is a contextual built-in pointer allocated on a pointer-sized register; this points to the current object.

Syntax

this

Example Code

this->m_head;
this->fuBar();