BlogC++Under the covers of C++ lambdas - Part 3: Generic lambdasIn this post, we continue to explore lambdas and compare them to function objects. In the previous posts, Under the covers of C++ lambdas - Part 1: The static invoker, we looked [...]PublicationsiX Article: always falseAn article I wrote for the German iX magazine "always false" is available in issue 2020/12. It is available as a printed edition as well as online. This is part of a series. [...]C++Under the covers of C++ lambdas - Part 2: Captures, captures, capturesIn this post, we continue to explore lambdas and compare them to function objects. In the previous post, Under the covers of C++ lambdas - Part 1: The static invoker, we looked at [...]C++Under the covers of C++ lambdas - Part 1: The static invokerThis post is the start of a three-part series about lambdas. The focus is on how they are modeled internally. We will compare lambdas with function objects to see whether we as [...]ConferenceCppCon B2B Talk C++ Templates - Videos are outThe videos of my two Back to Basic talks at CppCon 2020 are available on Youtube: [...]C++CppCon B2B Talk C++ Templates - Questions and AnswersThis post tries to answer some of the questions posted during my two talks at CppCon 2020: [...]PublicationsiX Article: Auto as NTTPAn article I wrote for the German iX magazine "Auto as NTTP" is available in issue 2020/9. It is available as a printed edition as well as online. This is part of a series. Expect [...]C++20C++20 Concepts: Subsumption rulesIn episode 231 of C++ Weekly Multiple Destructors in C++20?! How and Why Jason told us about an optional like class with two destructors. Thanks to Concepts, this is possible in [...]TrainingWork with me at one of the upcoming eventsIn my June post Public appearances 2020 I announced a couple events at which I will speak or give a workshop. We are approaching some of these events and for some there are a few [...]C++20C++20 Concepts: Testing constrained functionsIn my last month post How C++20 Concepts can simplify your code I introduced the different kind of a requires-clause, part of C++20s Concepts. Concepts and the requires-clause [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 〉