Explore the implementation and design of compile-time control flow constructs in C++14 through this CppNow conference talk. Dive into the creation of `static_if` for branching and `static_for` for iteration at compile-time. Compare these implementations to traditional solutions and upcoming C++17 features, examining their advantages and drawbacks. Gain insights into imperative compile-time control flow and its potential applications in C++ programming.
Overview
Syllabus
Vittorio Romeo: Implementing `static` control flow in C++14
Taught by
CppNow