I don’t know much about RTTI, but I believe that thanks to that you can retrieve the name of variables at run-time. Is it possible to retrieve the name of the function the
No.
C++'s run-time type identification allows you to figure out the type of an object, but not the name of the method you're currently in.