Are there introspection techniques in C++ like those in python?
For example: I want to get more information about a specific object without going through the header file or referring back to cpp reference.
Am I asking a proper question, or moving the wrong direction here?
Update:
Based on the below answers, this answer is related to my question: How can I add reflection to a C++ application?