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
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera