C++20 Concepts
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore C++20 Concepts in this comprehensive conference talk from ACCU 2022. Delve into the impact of Concepts on code-bases, comparing static and run-time polymorphism, and examining past practices versus new possibilities. Learn how Concepts enhance code readability, making template code more accessible to non-experts. Investigate the promise of improved compile-times and compare Concept performance to generic code without templates. Gain insights into approaching software design differently using Concepts, with practical examples and in-depth explanations provided by experienced trainer and C++ standardization committee member Andreas Fertig.
Syllabus
Intro
Concepts
Applications
Requirements
Concepts in other places
Function templates
Rethink the past
Inheritance for everything
Java Interface
C Interface
Implements
Inheritance
Dependent Constructor
Destructor
Updating STL
Optional Destructor
Optional Storage
Optional Template
Diagram
Constructor
Copy
Summary
Taught by
ACCU Conference
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