Implementing Static Control Flow in C++14
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
Vittorio Romeo: Implementing `static` control flow in C++14
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