Call - A Library that Will Change the Way You Think about Function Invocations
Offered By: CppNow via YouTube
Course Description
Overview
Explore a groundbreaking library that revolutionizes function invocations in C++ in this CppNow conference talk. Delve into a unified approach for invoking functions and function objects with dynamic argument lists, both at compile-time and run-time. Learn how this library generalizes C++17 facilities like std::invoke, std::apply, and std::visit through a single algorithm and simple concepts. Discover the library's easy-to-write and easy-to-read syntax, accessible to average C++ developers. Examine the potential for user-defined concepts and higher-level libraries built on these principles. Presented by Matt Calabrese, a software engineer at Google and member of the Boost Steering Committee, this talk challenges attendees to reconsider their perspective on function calls in C++.
Syllabus
Calabrese “Call: A Library that Will Change the Way You Think about Function Invocations (2 of 2)"
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