Overloading the Member Access Operator
Offered By: CppNow via YouTube
Course Description
Overview
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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube