Overview
Explore a comprehensive conference talk from CppCon 2024 where renowned C++ expert Nicolai Josuttis delves into the intricacies of the filter view introduced in C++20. Learn about the challenges and surprises that come with using filter views, including unexpected functional behaviors, cryptic compile-time errors, and potential runtime issues. Master practical examples demonstrating both the design motivations and real-world consequences of implementing filter views in your code. Understand the essential aspects of processing container elements and values using views as building blocks, with special focus on filtering collections based on specific constraints. Benefit from detailed explanations of common pitfalls and best practices, delivered by an experienced member of the C++ Standard Committee and author of multiple authoritative C++ programming books.
Syllabus
Guide to the C++ Filter View in C++ Programming - Nicolai Josuttis - CppCon 2024
Taught by
CppCon