-
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.
Recursos
Videos relacionados
WWDC22
-
Buscar este video…
-
-
0:02 - snippet1
int main() { }
-