BlogC++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: [...]C++Use named lambdas or pass them directlyDuring the Q&A part of my talk at code::dive Adam Badura asked the question whether passing a lambda directly to a function using it has some performance impact compared to an [...]C++ InsightsShort links for C++ InsightsFor some time now, there is a request to have a short link like service for C++ Insights #133. I was also approached via other ways to make such a feature available. [...]C++ InsightsC++ Insights - LambdasThe fifth and last article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]C++ InsightsC++ Insights - Variadic templatesThe fourth article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]C++ InsightsC++ Insights - Template instantiationThe third article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]C++ InsightsC++ Insights - Type deductionThe second article of the C++ Insights guest post series was published today at Rainer Grimm's blog: [...]C++ InsightsC++ Insights - Implicit conversionsToday my first guest blog article out of five was published at Rainer Grimm's blog Modernes C++: [...]Posts navigation〈 1 2 3 4 5 6 7 8 〉