Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-778903BC-DED1-49DB-81D8-7CF5F4E54499
Visible to Intel only — GUID: GUID-778903BC-DED1-49DB-81D8-7CF5F4E54499
vmb
Selects the smallest representation that the compiler uses for pointers to members.
Linux: |
None |
macOS: |
None |
Windows: |
/vmb |
None
OFF |
The compiler uses default rules to represent pointers to members. |
This option selects the smallest representation that the compiler uses for pointers to members. Use this option if you define each class before you declare a pointer to a member of the class.
None