免费领取大会全套PPT    

点击领取

我要参会

Yongwei Wu

Chief Technical Consultant at Singularity Intelligence Research Institute

A research institute fellow and author of *C++ in Action: Core Techniques and Best Practices*, he is a well-known C++ expert in China. He previously served as a senior system architect at Intel’s Asia-Pacific R&D Center and has nearly 30 years of experience in C/C++ system-level software development and architecture. His expertise spans the C++ language (including C++98/C++11/14/17/20/23), software architecture, performance optimization, design patterns, and code reuse. He is dedicated to creating concise, maintainable code and architectures, and has deep knowledge of open-source platforms such as GNU/Linux. As a long-standing senior technical coach, he has provided training and guidance across multiple areas, including C++, software architecture, secure software development, and open-source software.

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++.