From [intro.object] (emphasis mine):
Some objects are polymorphic ([class.virtual]); the implementation generates information associated with each such object that makes it possible to determine that object's type during program execution.
Does this information (emphasized) have a name according to the spec or at least one used as a generally accepted convention?
That is, what should be the most formally correct way to refer to this "information associated with each such object that makes it possible to determine that object's type during program execution" other than by this full phrase?
2.1m questions
2.1m answers
60 comments
57.0k users