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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera