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
Sane and Safe C++ Class TypesNDC Conferences via YouTube Constexpr ALL the Things!
CppNow via YouTube Goodbye Metaprogramming, and Hello Functional
CppNow via YouTube C++11 - New Tools for Class and Library Authors
CppNow via YouTube Safe and Sane C++ Types
ACCU Conference via YouTube