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