All Talks

Template Metaprogramming: Type Traits (part 1 of 2)

PART 2: https://youtu.be/dLZcocFOb5Q

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/template_metaprogramming_type_traits/template_metaprogramming_type_traits__jody_hagins__cppcon_2020.pdf

Template metaprogramming is a vast subject, but there are a small number of basic fundamental idioms that are used over and over. Mastery of these idioms will help in reading, writing, and using modern C++ code. The type traits that come as part of the standard library are …

You might be interested in:

September 2020 Backend
cppinclude cppinclude

cppinclude

Tool for analyzing includes in C++ - Oleg Fedorenko

September 2020 Backend
Algebraic Data Types Algebraic Data Types

Algebraic Data Types

Arthur O'Dwyer

September 2020 Backend
The Future of C++ Parallel and Concurrency Safety Guidelines The Future of C++ Parallel and Concurrency Safety Guidelines

The Future of C++ Parallel and Concurrency Safety Guidelines

Michael Wong & Ilya Burylov CppCon 20