Feb 2015 Mixpanel C++ meetup: Fun with Lambdas (Effective Modern C++ chapter 6)
Mar 19, 2015 · 1 min read
We’ve been hosting a series of monthly meetups on C++ programming topics. The theme of the series is a chapter-by-chapter reading of Scott Meyers’ new book, “Effective Modern C++”.
The meetings so far have been
- December: Arthur O’Dwyer on “C++11’s New Pointer Types” (EMC++ chapter 4)
- January: Jon Kalb on “Rvalue References, Move Semantics, and Perfect Forwarding” (EMC++ chapter 5)
- February: Sumant Tambe on “Fun with Lambdas” (EMC++ chapter 6)
Next up, we’ll be continuing chapter 6 with a presentation on “ Generic Lambdas from Scratch “. Come by the office and check it out!
Originally published at https://engineering.mixpanel.com on March 19, 2015.