Lambda All the Things

Can we replace everything in our code with lambdas? Is it possible to write an entire useful application using only lambdas? Let’s lambda all the things! This talk will go through parts of the C++ standard library and try to use lambdas to replace it all. The type traits, a class with data members, and … Continue reading Lambda All the Things