Yongwei Wu
Principal Consultant at Boolan
Yongwei is a well-known C++ expert in China. He used to be a senior system architect of Intel Asia Pacific Research and Development Center. He has 30 years of experience in C/C++ system-level software development and architecture. He focuses on C/C++ languages (including C++98/C++11/14/17/20), software architecture, performance optimization, design patterns, and code reuse. He has served as a senior technical coach, involving C++, software architecture, security development, open source software and other aspects.
Topic
Lambda? Lambda!
Is the lambda expression an essential language feature? No. Is the lambda expression a language feature that revolutionised C++'s expressiveness? Absolutely. As the C++ standard has evolved since C++11, lambda expressions have become an integral part of modern C++ idioms. This talk will explain the use and meaning of lambda expressions in the context of the history of C++.