Boost.Generic - Concepts without Concepts
Offered By: CppNow via YouTube
Course Description
Overview
Explore the powerful capabilities of Boost.Generic, a C++0x library designed to provide concept-like functionality without native language support for concepts. Learn how to implement generic programming techniques, including specifying compile-time assertions for concept requirements, creating concept maps, and writing concept-based function template overloads. Discover the history behind Boost.Generic and the fundamental tricks that make it possible. Compare implementations of standard concepts using Boost.Generic with their specifications in the C++ standard. Gain insights into advanced generic programming techniques that can enhance your C++ libraries and improve template error messages. Suitable for both library developers and users with reasonable C++ experience, this talk provides a comprehensive introduction to leveraging Boost.Generic for more robust and expressive generic code.
Syllabus
Matt Calabrese: Boost.Generic: Concepts without Concepts
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