lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
663 stars 24 forks source link

Customization point objects #371

Open Pierre-Colin opened 3 months ago

Pierre-Colin commented 3 months ago

Channel

C++Weekly

Topics

In the following two talks, Inbal Levi discusses customization points.

In both talks, she introduces customization point objects (CPO), and both her opinion and votes carried out with the audience suggest it’s an important thing to know about. In spite of that, it’s hard to find good documentation on exactly how these objects differ from the more naive customization technique used by std::begin and the likes.

I believe it would be a good idea to make a C++Weekly episode detailing what problem CPOs solve and how one may reinvent them.

Length

Long form (10−20 minutes).