Lambda magic.
How std::any Works
by Jonathan Boccara
From the article:
In the previous post we’ve seen a very nice technique to use value semantics with inheritance and virtual methods, which was made possible by std::any.
Given its usefulness, it would be interesting to better understand std::any. Indeed, std::any is sometimes said to be “the modern void*“. But it does much more than a void*...
Add a Comment
Comments are closed.