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();
this is a contextual built-in pointer allocated on a pointer-sized register; this points to the current object.
this
this->m_head;
this->fuBar();