Explore the process of creating a C++20 module interface and implementing a simple functional tree data structure in this conference talk from CppNow 2021. Learn how to control the export of types and inline code, hide implementation details, and ensure that necessary un-exported definitions remain accessible. Gain insights into leveraging C++20 modules effectively as Steve Downey from Bloomberg LP walks through practical examples and best practices. Discover techniques for structuring modular C++ code and enhancing code organization in this comprehensive presentation aimed at C++ developers looking to adopt modern language features.
Overview
Syllabus
Writing a C++20 Module - Steve Downey - [CppNow 2021]
Taught by
CppNow