Dunfey · Hotel WWDC as data, est. 1983
Front desk everything
Years
Topics

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 ↗

Transcript all transcripts

Code shown on screen · 1 snippet

snippet1 cpp · at 0:02 ↗
int main() { }

Resources