Customization Methods - Connecting User and Library Code
Offered By: CppNow via YouTube
Course Description
Overview
Explore the evolution of customization methods in C++ library design through this comprehensive conference talk from CppNow 2022. Delve into various techniques for connecting generic library code with user-specific code, including Customization Point Objects (CPOs), Argument-Dependent Lookup (ADL), Concepts, and the emerging tag_invoke mechanism. Gain insights into the benefits and drawbacks of each approach, and learn about future developments planned for C++23 and C++26. By the end of this presentation, acquire a solid understanding of terminology and recent advancements in the field of customization points, essential for effective library interface design in modern C++ development.
Syllabus
Customization Methods: Connecting User And Library Code - Inbal Levi - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube