Generic Programming with Concepts
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
Andrew Sutton's C++Now 2015 Keynote: generic-programming-with-concepts
Taught by
CppNow
Related Courses
Advanced Java ProgrammingUdemy Scala Type Classes and Parameterization
Pluralsight Random Variables as Types - Lecture 11
The Julia Programming Language via YouTube Hands-on With Dynamic Dispatch Traits in Rust - Rust Tutorial for Developers
Trevor Sullivan via YouTube IEnumerable and IEnumerator Interfaces in C#
tutorialsEU via YouTube