The Proxy Pattern -- Rainer Grimm
Playing the classics, at arm's length...
The Proxy Pattern
by Rainer Grimm
From the article:
A proxy controls access to another object, allowing you to perform additional operations before or after you access the original object. Sound familiar?
Which idiom is characteristic of C++? Right: RAII (Resource Acquisition Is Initialization). RAII is the C++ way to implement the Proxy Pattern. Here are the facts about the Proxy Pattern. ...

When having the "last word" makes stuff go faster...
As Crocodile Dundee famously said, "That's not a loop, that's a loop." Just programmers having fun:
On November 15, Bjarne Stroustrup will be giving a live talk available via YouTube:
Visual Studio 2022 17.4 is available: