Goodbye Metaprogramming, and Hello Functional
Offered By: CppNow via YouTube
Course Description
Overview
Explore the evolution of C++ metaprogramming in this CppNow conference talk. Discover how modern C++ features like constexpr, type deduction, and functional idioms are making traditional metaprogramming techniques obsolete. Learn how to leverage the Fit library's functional constructs to simplify metaprogramming in C++. Gain insights into why functional programming concepts are becoming essential tools for C++ developers. Examine practical examples and code demonstrations that illustrate the shift from complex template metaprogramming to more readable and maintainable functional approaches. Understand the benefits of this paradigm shift and how it can improve code clarity and reduce complexity in C++ projects.
Syllabus
Paul Fultz II: Goodbye metaprogramming, and hello functional
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