Techniques for Overloading Any Invocable - CppNow 2021
Offered By: CppNow via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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
0xBADC0DECppNow via YouTube Optimizing the Emergent Structures of C++
CppNow via YouTube C++ Use in High Performance Computing Within DOE - Past and Future
CppNow via YouTube Yet Another Paradigm Shift - A Meta4 Model of Concurrency
CppNow via YouTube A Crash Course in Unicode for C++ Developers
CppNow via YouTube