Boost.tmp - Your DSL for Metaprogramming - Part 1 of 2
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore advanced template metaprogramming techniques in this 52-minute conference talk from code::dive 2018. Delve into the boost.tmp library, a powerful Domain-Specific Language (DSL) for metaprogramming, as presented by Odin Holmes. Learn how to write efficient algorithms using template metaprogramming, building upon concepts from the kvasir::mpl library. Discover strategies for SFINAE usage, optimizing type_traits, and get a glimpse into fusion-style metaprogramming. Gain insights into creating clear and efficient metaprogramming code without increasing compilation time, using the boost.tmp library's feature-rich DSL approach.
Syllabus
boost.tmp: Your DSL for Metaprogramming - Part 1 of 2 - Odin Holmes - code::dive 2018
Taught by
code::dive conference
Related Courses
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube