Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This option specifies the most general representation of a pointer to a member of a class to be one that uses either no inheritance or single inheritance. This is the smallest possible representation of a pointer to a member of a class. Use the /vms option with the /vmg - Use Full Generality for Pointers option.
If the inheritance model of a class definition for which a pointer to a member is declared is multiple or virtual, the compiler generates an error.
The corresponding argument to the pointers_to_members pragma is single_inheritance.
See Also
Compiler Options | /vmg - Use Full Generality for Pointers | /vmm - Declare Multiple Inheritance | /vmv - Declare Virtual Inheritance
Send Feedback on this topic to the authors