Explore generic programming principles using concepts in this keynote address from C++Now 2015. Delve into the Concepts Lite Technical Specification, which extends C++ with features for specifying and checking constraints on template arguments. Learn how concepts improve upon unconstrained templates, allowing for more precise and meaningful definitions of data structures and algorithms. Discover how this approach enhances the creation of efficient, reusable libraries in C++. Gain insights into the future of generic programming and its potential to revolutionize code organization and maintainability in C++ development.
Overview
Syllabus
Andrew Sutton's C++Now 2015 Keynote: generic-programming-with-concepts
Taught by
CppNow