Techniques for Overloading Any Invocable - CppNow 2021
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced techniques for overloading `any_invocable` in this conference talk from CppNow 2021. Delve into the advantages of `any_invocable` over `std::function` for interface design, including its ability to encapsulate move-only types and call qualified overloads of the call operator. Learn how to implement a class template that allows multiple overloads of `operator()` for `any_invocable`, expanding its functionality beyond a single list of argument types. Gain insights from Filipp Gelman, a Bloomberg LP software developer known for his expertise in template metaprogramming and innovative use of C++ language features.
Syllabus
Techniques for Overloading any_invocable - Filipp Gelman - [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