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
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera