Both pointers are real in the sense that they store an address of something else in memory. By "real" the author means "stored within the class", as opposed to this
pointer, which is passed to member functions without being stored in the object itself. Essentially, the pointer to __vptr
is part of the object, while this
pointer is not.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…