Constexpr ALL the Things!
Offered By: CppNow via YouTube
Course Description
Overview
Explore the power and possibilities of constexpr in C++17 through this comprehensive conference talk. Delve into techniques for building constexpr data structures and algorithms, and learn how to effectively combine compile-time and runtime computation using constexpr API constructs. Discover the potential of user-defined literals for creating expressive compile-time abstractions. Gain insights into how C++17 delivers on the promise of compile-time computation as the ultimate zero-cost abstraction. Presented by Ben Deane, a Principal Engineer at Blizzard Entertainment, and Jason Turner, host of C++Weekly and co-host of CppCast, this talk offers valuable knowledge for C++ programmers looking to leverage the full potential of constexpr in their code.
Syllabus
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"
Taught by
CppNow
Related Courses
Sane and Safe C++ Class TypesNDC Conferences via YouTube Goodbye Metaprogramming, and Hello Functional
CppNow via YouTube Constexpr - C++ At Compile Time
CppNow via YouTube C++11 - New Tools for Class and Library Authors
CppNow via YouTube Safe and Sane C++ Types
ACCU Conference via YouTube