The Promise of Static Reflection in C++26 - Type Traits without Compiler Intrinsics
Meeting Cpp via YouTube
-
14
-
- Write review
AI Engineer - Learn how to integrate AI into software applications
Get 20% off all career paths from fullstack to AI
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
Explore how static reflection in C++26 can revolutionize type traits by eliminating the need for compiler intrinsics in this conference talk from Meeting C++ 2025. Discover the current limitations of type traits like std::is_class that require special compiler support through non-portable intrinsics, and learn how the upcoming static reflection features can provide a superior, portable solution. Examine the convergence of type traits and static reflection technologies, understand their combined potential for generic programming and metaprogramming, and consider a future where compiler and library dependencies are decoupled for more flexible C++ development.
Syllabus
The promise of static reflection in C++26: Type Traits without compiler intrinsics - Andrei Zissu
Taught by
Meeting Cpp