Overloading the Member Access Operator
Offered By: CppNow via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore an innovative approach to overloading the direct member access (dot) operator in C++ programming. Delve into a method that makes the name available through meta-programming, differing from the classic approach of forwarding name lookup to a different object. Examine an experimental implementation in the Clang compiler, discussing use case implementations, feature usability, potential problems, and insights gained during the development process. Gain valuable knowledge about this advanced C++ technique and its implications for both normal and meta-programming scenarios.
Syllabus
Sebastian Redl: Overloading the Member Access Operator
Taught by
CppNow
Related Courses
0xBADC0DECppNow via YouTube Optimizing the Emergent Structures of C++
CppNow via YouTube C++ Use in High Performance Computing Within DOE - Past and Future
CppNow via YouTube Yet Another Paradigm Shift - A Meta4 Model of Concurrency
CppNow via YouTube A Crash Course in Unicode for C++ Developers
CppNow via YouTube