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