Enquire Now

Tags: explicit-object-parameter

An explicit object parameter in C++23 is a parameter containing this in a member function. This feature is sometimes referred to as deducing this, after the name of the proposal. The self-object is not passed implicitly as usual, but through that parameter. This tag is a C++-specific version of [self-reference], and should be used for questions about such parameters, or if such parameters are a viable solution.

0 Questions