2022 Developer Tools
WWDC22 · 27 min · Developer Tools
Simplify C++ templates with concepts
Discover how C++20 features can take your C++ code to the next level. We’ll introduce concepts and explore how you can use it to find errors faster in your generic C++ code. We’ll also discuss the latest enhancements to the constexpr feature and show how you can leverage it to improve your app’s performance by evaluating code at compile time.
Watch at developer.apple.com ↗Code shown on screen · 1 snippet
snippet1
int main() { } Resources
Related sessions
-
31 min