xtd 0.2.0
Loading...
Searching...
No Matches

◆ self_

#define self_

#include <xtd.core/include/xtd/self.h>

The self_ expression is a reference value expression whose value is the reference of the implicit object parameter (the object on which the non-static member function (up to C++23) implicit object member function (since C++23) is called).

Namespace
xtd
Library
xtd.core
Remarks
self_ is equivalent to *this.