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.
Overview
Syllabus
Matt Calabrese: Boost.Generic: Concepts without Concepts
Taught by
CppNow