std::function - A Deep Dive Behind the Curtain
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Dive deep into the intricacies of std::function in this comprehensive conference talk from Meeting C++ 2022. Explore the evolution of this versatile tool from its introduction in C++11 to its potential extensions in C++23. Understand the caveats associated with std::function and learn how to build your own derivatives using std::invoke, introduced in C++17. Gain valuable insights into the inner workings of this fundamental C++ feature, enhancing your ability to leverage it effectively in your programming projects. Access accompanying slides for visual reference and participate in the post-talk survey to provide feedback on this illuminating presentation by Andreas Reischuck.
Syllabus
std::function: a deep dive behind the curtain - Andreas Reischuck - Meeting C++ 2022
Taught by
Meeting Cpp
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