Meeting C++ online - Ivan Čukić - Members through a looking glass

Share this & earn $10
Published at : September 13, 2021

Meeting C++ online - Ivan Čukić - Members through a looking glass
Slides: https:\/\/cukic.co\/files\/presentations\/2021-11--members-through-a-looking-glass.pdf
Join Meeting C++ online: https://www.meetup.com/Meeting-Cpp-online/



Talk description: In C++ everything is possible. While the core language tends to be quite conservative when adding new things is concerned, C++ is /the/ language for creating libraries, and this is where really fun things often happen.

As an example, instead of getting a normal call syntax for calling pointers to member functions into the core language, we got std::invoke in the library.

In this talk, we will present an abstraction over pointers to member functions and member objects, and also over getters and setters which bring invokables to a whole new level. Meeting C++ online - Ivan Čukić -  Members through a looking glass
C++C++11C++14