C++ Templates Revised
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the evolution of C++ templates in this comprehensive ACCU 2018 conference talk by Nicolai Josuttis. Delve into the significant changes brought by Modern C++ to generic programming and their implications for application developers. Learn about new features, style recommendations, and usability considerations discussed during the creation of the second edition of "C++ Templates - The Complete Guide." Cover topics such as type trades, autotypes, return types, StringView, template overloading, fold expressions, string template parameters, auto template parameters, lambdas, function objects, deduction guides, and aggregates. Gain insights into the practical applications of these concepts, including an exploration of prime numbers, and understand how these advancements shape the landscape of C++ programming.
Syllabus
Introduction
Type trades
Autotypes
Return Types
StringView
StringView Problems
Return Type Auto
Template Overload
Fold Expressions
String Template Parameters
Auto Template Parameters
DecoType Auto
Lambdas
Function Objects
Templates
lambda
function object
deduction guides
aggregates
Context
Prime Numbers
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