Resolving compiler error when calling most derived method via “deduced this” reference
I have the following bit of code that uses the “deduce this” pattern:
When should I make explicit use of the `this` pointer?
When should I explicitly write this->member
in a method of
a class?