Constexpr - C++ At Compile Time
Offered By: CppNow via YouTube
Course Description
Overview
Explore the powerful capabilities of constexpr in C++11 and C++14 through this comprehensive conference talk. Dive into compile-time parsing, floating-point computations, and containers. Learn how to potentially create a compile-time std::string and discover ways to work around constexpr limitations. Gain insights into the types of useful computations that can be performed by the compiler before runtime, enhancing your understanding of this exciting C++ feature. Access accompanying slides for a deeper dive into the presented concepts and examples.
Syllabus
Scott Schurr: constexpr: C++ At Compile Time
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube