So You Think You Know How to Work With Concepts?
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced techniques for working with C++20 concepts in this comprehensive conference talk from CppNow 2021. Delve into common pitfalls encountered when using concepts in generic libraries and learn effective strategies to avoid them. Discover how to use concept archetypes to prevent overreliance on undeclared type interfaces, and explore methods for communicating semantic requirements through syntactic constraints. Engage in a live coding session that assumes familiarity with C++20 concepts, focusing on practical solutions to enhance the robustness and reliability of your template libraries. Gain insights from experienced C++ developer Andrzej Krzemieński on creating more versatile and user-friendly generic code.
Syllabus
So You Think You Know How to Work With Concepts? - Andrzej Krzemieński - [CppNow 2021]
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